ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
订单统计 ~~~[api] post:/api/v2/merchant/order/ordertotal *int:page=1#分页数码 int:pagelimit=10#分页数量 string:status= #0,1 <<< success { "msg": "获取成功!", "url": "", "data": { "orders_money": "2.00", "orders_total": 2, "check_total": 2, "checkno_total": 0, "order_tickets": [ { "id": 2, "uid": 1, "category_id": 1, "goods_id": 1, "good_sku_id": 1, "order_id": 1, "order_sku_id": "", "shop_id": 1, "code": "45678", "status": 1, "expired_at": "2018-08-30 00:00:00", "created_at": "", "updated_at": "" }, { "id": 1, "uid": 1, "category_id": 1, "goods_id": 1, "good_sku_id": 1, "order_id": 1, "order_sku_id": "", "shop_id": 1, "code": "12345678", "status": 1, "expired_at": "2018-08-20 00:00:00", "created_at": "", "updated_at": "" } ] }, "count": 0, "status": "success" } <<< error { "msg": "获取失败", "url": "", "status": "error" } ~~~