AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
> 配送员奖励按门店分类设定,平台配送员由平台进行设定,可选固定金额或者订单百分比 > 商家设定自己的 #### 列表 ~~~[api] get:/distributor/wallet/index number:p=1#当前页数 number:ps=10#分页大小 <<< success { "code": 1, "msg": "", "time": "2018-11-02 23:06:20", "data": [ { "id": 1, "distributor_id": 1, "wallet_id": 1, "operator_id": 1, "recharge_sn": "", "operate": 0, "money": "2.00", "before": "4.00", "after": "6.00", "remark": "订单完成(订单SN:20181016133613576010)", "status": 1, "created_at": "2018-11-02 22:58:55", "updated_at": "2018-11-02 22:58:55", "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~