企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
![](https://img.kancloud.cn/d2/a4/d2a4b0f6a9a8ab73ff1cb4bbfc4b35de_799x615.png)用户表 1.用户信息 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/user/user_info <<< success <<< error ~~~ 1.修改收货地址 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/address address#自定义字符串 <<< success <<< error ~~~ 2.完善个人信息 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/user_perfect nickname#可选 avatarUrl#可选 qr_code#可选 <<< success <<< error ~~~ 3.修改手机号 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/user_phone phone#手机号 code#验证码 <<< success <<< error ~~~ 4.修改交易密码 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/user_trade_password trade_password#交易密码 code#验证码 <<< success <<< error ~~~ 5.修改密码 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/user_password password#密码 code#验证码 <<< success <<< error ~~~ 3.好友列表 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/user/user_spread_list page# limit# <<< success <<< error ~~~ 4.余额提现 ~~~[api] post:https://yqkl.ruochuangkeji.com/api/user/extract money#提现金额 receipt_qr_code#收款二维码 <<< success <<< error ~~~ 5.排行榜 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/user/user_spread_sort page# limit# <<< success <<< error ~~~ 6.系统配置信息 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/user/system_data <<< success { "status": 0, "message": "success", "data": { "app_name": "亿企康旅", "website": "https://yqkl.ruochuangkeji.com\t", "sign_point": "28", "invite_sign_point": "18", "trade_fee": "0.01", "spread_award": "0.5", "extract_fee": "0.3", "redelivery_fee": "0.25", "redemption_fee": "1", "grade1_up": "60000", "grade2_up": "2", "grade3_up": "3", "grade4_up": "3", "grade5_up": "3", "grade1_award": "0.03", "grade2_award": "0.08", "grade3_award": "0.12", "grade4_award": "0.15", "grade5_award": "0.18", "cpbt_redemption": "0.001", "redemption_money": "100", "kwing_issue_num": "1000000000 ", "wing_issue_num": "1000000000" } } <<< error ~~~ 6.奖励积分排行榜 ~~~[api] get:https://yqkl.ruochuangkeji.com/api/user/user_prize_point_sort page# limit# <<< success <<< error ~~~ 7.cpbt兑换报单币 ~~~[api] put:https://yqkl.ruochuangkeji.com/api/user/trade_coin_transfer trade_coin#报单币 phone#手机号 <<< success <<< error ~~~