🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] post:api/gudong/recommend/log *token=默认值#token page=默认值 1#页数 pagesize=默认值 10#数量 date=默认值 2022-02#年月 <<< success { "code":1, "message":"获取成功", "data":{ "count":1, "list":\[ { "user\_id":24, "created\_at":"2022-02-18 13:58:54", "avatar":"https://thirdwx.qlogoQ/132", "nickname":"Mr.Q", "total":"1.30" } } } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | |count|int | 当月推广用户| |list| array | | |list->user_id| int | 用户id | |list->nickname | string| 昵称| |list->avatar | string| 头像| |list->created_at | string| 推广时间 | |list->total| string| 消费总金额 |