🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
#### 分销中心首页 ~~~[api] get:index.php?ctl=Distribution_Buyer_Directseller&met=wapIndex&typ=json *string:k=默认值#加密字符串 u#用户id <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "user_id": "10014", "user_realname": "wwww", "user_mobile": "15212206901", "user_email": "", "user_type_id": "0", "user_level_id": "1", "user_active_time": "2017-04-25 10:52:43", "user_remark": "", ...... } } <<< error ~~~ #### 分销中心推广订单 ~~~[api] get:/index.php?ctl=Distribution_Buyer_Directseller&met=directsellerOrder&typ=json&page=10&curpage=1&firstRow=0 *string:k=默认值#加密字符 u#用户id status#状态 orderkey#搜索词 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 0, "totalsize": "0", "records": "0", "items": [], "t": "" } } <<< error ~~~ #### 分销中心推广商品 ~~~[api] get:/index.php?ctl=Distribution_Buyer_Goods&met=index&typ=json&rows=10&page=1&firstRow=0 *string:k=默认值#加密字符 u#用户id <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 0, "totalsize": "0", "records": "0", "items": [], "user_id": "10014" } } <<< error ~~~ #### 分销中心佣金明细 ~~~[api] get:/index.php?ctl=Distribution_Buyer_Directseller&met=directsellerCommission&typ=json&firstRow=0 *string:k=默认值#加密字符 u#用户id status#状态 orderkey#搜索词 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 0, "totalsize": "0", "records": "0", "items": [], "t": "" } } <<< error ~~~ #### 分销中心 ~~~[api] get:/index.php?ctl=Shop&met=directsellerGoodsList&typ=json&uid=10014&rows=10&page=1&firstRow=0&keywords= *string:id=默认值#说明文字 name#说明文字 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 0, "totalsize": "0", "records": "0", "items": [], "user_id": 10014, "shop": [], "shop_qrcode": "" } } <<< error ~~~