🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1.手机号绑定 ~~~[api] post:https://faka.1yuantuoke.com/api/user/phone_bind phone#手机号 code#验证码 <<< success <<< error ~~~ 2.用户完善信息 ~~~[api] put:https://faka.1yuantuoke.com/api/user/user_perfect nickname#可选 headimgurl#可选 sex#可选 city#可选 province#可选 country#可选 <<< success <<< error ~~~ 3.用户最新行程 ~~~[api] get:https://faka.1yuantuoke.com/api/user/user_latest_trip <<< success <<< error ~~~ 4.个人中心订单提醒 ~~~[api] get:https://faka.1yuantuoke.com/api/user/user_order_new <<< success { "status": 0, "message": "success", "data": {//除了预约和行程其他都是固定为0 "camilo": 0, "appoint": 1,//待支付押金 "user_order": 0, "refund": 0, "trip": 1//待确认行程结束 } } <<< error ~~~ 代理商身份等级表 ![](https://img.kancloud.cn/05/2d/052d1484dd5d588fa802c11d972ae34b_799x325.png) 5.代理商注册选择 ~~~[api] get:https://faka.1yuantuoke.com/api/user/agent_level <<< success { "status": 0, "message": "success", "data": [ { "level_id": 1, "product_id": 1, "level_name": "创客", "camilo_give": 500, "camilo_price": "10.00", "brokerage_rate": 5, "buy_num_option": [ "100", "200", "500" ], "agency_fee": "2000.00", "create_time": "2021-12-06 10:39:17" }, { "level_id": 2, "product_id": 1, "level_name": "合伙人", "camilo_give": 1000, "camilo_price": "5.00", "brokerage_rate": 10, "buy_num_option": [ "100", "200", "500" ], "agency_fee": "5000.00", "create_time": "2021-12-06 10:39:17" }, { "level_id": 3, "product_id": 1, "level_name": "分公司", "camilo_give": 2000, "camilo_price": "2.00", "brokerage_rate": 15, "buy_num_option": [ "100", "200", "500" ], "agency_fee": "10000.00", "create_time": "2021-12-06 10:39:17" } ] } <<< error ~~~ 6.确认行程结束 ~~~[api] put:https://faka.1yuantuoke.com/api/user/trip_end trip_id#行程id <<< success <<< error ~~~ 7.企业微信客服列表 ~~~[api] get:https://faka.1yuantuoke.com/api/user/kf_list <<< success <<< error ~~~ 8.首页轮播图 ~~~[api] get:https://faka.1yuantuoke.com/api/user/banner <<< success <<< error ~~~ 9.系统配置 ~~~[api] get:https://faka.1yuantuoke.com/api/user/config <<< success <<< error ~~~