💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 订单列表 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/goods/api.v1.depotlist/handleList.html *unionid=oGsrkszQSaou6tKM-4c2Tl625Ta8#绑定微信unionid *status=2#默认2待发货,3已发货 *page=1#页码 inputName#手机号|用户名|订单号【可选】 date#2018-04-02 - 2018-04-07【可选】 <<< 操作成功 { "code": 1, "msg": "获取订单列表成功", "data": { "total": 3, "per_page": 15, "current_page": "1", "last_page": 1, "data": [ { "id": 10, "brand_id": 10, "type": 1, "is_code": 1, "agent_id": 129, "superior": 0, "depot_id": 13, "shipper": 0, "port": "", "surface_no": "1672426615", "order_no": "1672426615", "freight_price": "0.00", "total_price": "0.00", "real_price": "0.00", "pay_type": "", "image": null, "is_deliver": 0, "is_put": 0, "order_title": "", "order_desc": "", "audit_desc": "", "status": 2, "audit_at": "2018-05-05 17:57:35", "send_at": null, "from": "wechat", "is_deleted": 0, "is_rebate": 1, "create_at": "2018-05-05 17:55:39", "images": [ "" ], "goods": [ { "id": 11, "type": 1, "is_code": 1, "agent_id": 129, "order_no": "1672426615", "goods_id": 58, "goods_spec": "default:default", "price": "0.00", "market_price": "0.00", "goods_title": "橙花精油护手霜 测试用", "goods_logo": "http://oydmhthmx.bkt.clouddn.com//80aaeb2be107f6f6/9d21dcd10527c4b0.jpg", "goods_image": "http://oydmhthmx.bkt.clouddn.com/80aaeb2be107f6f6/9d21dcd10527c4b0.jpg|http://oydmhthmx.bkt.clouddn.com/1325ee90939a1545/05e10b79fd70fa3a.jpg", "number": 2, "unit_name": "盒", "unit_ratio": 1, "unit_id": 18, "unit_param": "[{\"name\":\"盒\",\"ratio\":\"1\"},{\"name\":\"箱\",\"ratio\":\"2\"}]", "minimum": 2, "domain_rebate": "{\"1\":\"2.00\",\"2\":\"3.00\",\"3\":\"4.00\"}", "domain_recommend_rebate": "{\"box\":[\"1\",\"2\"],\"profit\":[\"5.00\",\"4.00\"]}", "status": 1, "is_count": 0, "is_deleted": 0, "create_at": "2018-05-05 17:55:39", "goods_spec_alias": "<span class=\"color-desc\">默认规格</span>", "number_alias": "1 箱" } ], "agent": { "username": "上了", "phone": "16620427147", "nickname": "夏了", "headimg": "http://p6llfjws9.bkt.clouddn.com//d46b0e64633504dc/0aa881828777323c.jpg", "id": 129, "mid": 6161 }, "higher": { "id": "0", "mid": "0", "nickname": "总部", "username": "总部", "phone": "", "headimg": "" } } ] } } <<< 操作失败 { "code": 0, "msg": "获取失败!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~