🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] post:api/admin/gudong/data *shopToken=默认值#token name=默认值 1# 股东姓名 <<< success { "code":1, "message":"获取成功", "data":{ "list":\[ { "id":144, "nickname":"张大仙", "mobile":"13582010040", "user\_id":24, "title":"大仙黄金", "rate":1, "profit":0, "order_count":0, "coupon\_num":6, "extension\_num":0 } \] } } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | | count| string| 数量 | | list->id| string| 股东ID | | list->nickname| string| 股东名称 | | list->mobile| string|股东手机号 | | list->title| string| 股东等级名称 | | list->rate| string| 分成比例 | | list->profit| string| 累计收益 | | list->order_count| string|分成订单 | | list->coupon\_num| string| 现有卡券 | | list->extension\_num| string| 推广人数|