企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**1.接口地址**:http://api.zishahui.vip/product-order/order-num **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | |user_id |是 | int | 用户ID| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据(1待付款,2待发货,3待收货,4待评价)| *******成功示列******* { "code": 1, "msg": "返回成功!", "data": { "1": "3", "2": "1", "3": "0", "4": "1" } } *******失败******* { "code": -1, "msg": "返回失败!", "data":{} }