🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
12.首页星选达人列表 ~~~[api] get:https://jingkeyicheng.com/api/user/daren_list page#第几页 limit#每页几条数据 cate_id#分类id,对应平台帅选(可选) fans_num#粉丝数量范围,字符串形式,例如:100,1000(可选) tag_id#标签id,对应领域标签(可选) search#搜索关键词,用户昵称搜索(可选) <<< success <<< error ~~~ 13.达人详情 ~~~[api] get:https://jingkeyicheng.com/api/user/daren_info user_id#用户id <<< success <<< error ~~~ 1.系统配置 ~~~[api] post:https://jingkeyicheng.com/api/user/system type#1公共配置2微信配置3图片(可选) <<< success <<< error ~~~ 2.用户详情 ~~~[api] get:https://jingkeyicheng.com/api/user/user_info <<< success <<< error ~~~ 3.账号列表 ~~~[api] get:https://jingkeyicheng.com/api/user/user_list <<< success <<< error ~~~ 4.地址列表 ~~~[api] get:https://jingkeyicheng.com/api/user/address_list page#第几页 limit#每页几条数据 <<< success <<< error ~~~ 5.地址详情 ~~~[api] get:https://jingkeyicheng.com/api/user/address id#地址id <<< success <<< error ~~~ 6.地址添加 ~~~[api] post:https://jingkeyicheng.com/api/user/address province#省 city#市 county#县区 address#详细地址 is_check#0不默认1默认 phone#手机号 name#姓名 <<< success <<< error ~~~ 7.修改地址 ~~~[api] put:https://jingkeyicheng.com/api/user/address id#地址id province#省(可选) city#市(可选) county#县区(可选) address#详细地址(可选) is_check#0不默认1默认(可选) phone#手机号(可选) name#姓名(可选) <<< success <<< error ~~~ 8.删除地址 ~~~[api] delete:https://jingkeyicheng.com/api/user/address id#地址id <<< success <<< error ~~~ 9.点击收藏 ~~~[api] post:https://jingkeyicheng.com/api/user/collect user_id#被收藏用户 <<< success <<< error ~~~ 10删除收藏 ~~~[api] delete:https://jingkeyicheng.com/api/user/collect collect_id#收藏id <<< success <<< error ~~~ 11.收藏列表 ~~~[api] post:https://jingkeyicheng.com/api/user/collect_list page#第几页 limit#每页几条数据 <<< success <<< error ~~~ 14.用户提现 ~~~[api] post:https://jingkeyicheng.com/api/user/extract money#提现金额 accout#微信收款二维码 <<< success <<< error ~~~