多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] post:api/admin/manage *shopToken=默认值#token <<< success { "code":1, "message":"获取成功", "data":{ "today_gudong_count":1, "examine_count":0, "coupon_count":0, "coupon_use\_count":0, "statistics":{ "gudong_count":2, "order_count":1, "user_count":1, "grant_coupon_sum":0, "use_coupon_sum":0, "income":0 } } } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | |today_gudong_count| int| 今日新增股东 | |examine_count| int| 待审核股东 | |coupon_count| int| 本月发放优惠券数量 | |coupon_use_count| int| 本月使用优惠券数量 | |statistics| array | 数据统计 | | statistics->gudong_count| string| 累计股东 | | statistics->order_count| string| 分成订单 | | statistics->user_count| string| 推广用户 | | statistics->grant_coupon_sum| string| 累计发放优惠券 | | statistics->use_coupon_sum| string| 累计使用优惠券 | | statistics->income| string| 累计贡献收入 |