🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] post:api/gudong/recommend/order *token=默认值#token page=默认值 1#页数 pagesize=默认值 10#数量 name=默认值 #姓名 date=默认值 2022-02#年月 <<< success { "code":1, "message":"获取成功", "data":{ "count":1, "order\_money":"0.10", "refund\_order":0, "list":[ { "order_no":"2021122011554837644", "order_money":"0.10", "money":"0.09", "status":0, "ctime":"2021-12-20 11:57:10", "nickname":"Mr big苏", "avatar":"https://thirdwx.qlogo.cn/muQ/132" } ] } } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | |count|int | 成交订单笔数| |order_money|int | 成交订单总金额 | |refund_order|int | 退款订单数量 | |list| array | | |list->order_on| string| 订单号 | |list->order_money| string| 订单金额| |list->money | string| 分成金额 | |list->status| string| 订单状态:0正常,-1已退款 | |list->ctime| string| 时间 | |list->nickname | string| 昵称| |list->avatar | string| 头像|