企业🤖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" } ~~~