AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 我的订单统计 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/goods/api.v1.order/total.html *unionid=ozGHaw4rp0tKZV4TEVrOTHkoni9c#绑定微信unionid *deviceid=1234567890#授权设备ID <<< success { "code": 1, "msg": "查询代理订单统计!", "data": { "0": 4, // 未通过 "1": 6, // 待审核 "2": 8, // 代发货 "3": 5, // 已发货 "4": 3, // 已完成 "5": 0 // 已退换货 } } <<< error ~~~