企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 下级订单统计 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/agent/api.v1.order/subtotal.html *brandid=2#品牌ID *unionid=ozGHaw4rp0tKZV4TEVrOTHkoni9c#绑定微信unionid *deviceid=1234567890#授权设备ID <<< success { "code": 1, "msg": "查询代理订单统计!", "data": { "0": 4, // 未通过 "1": 6, // 待审核 "2": 8, // 代发货 "3": 5, // 已发货 "4": 3, // 已完成 "5": 0 // 已退换货 } } <<< error ~~~