💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
订单统计 ~~~[api] post:/api/v3/merchant/order/total *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" } ~~~