企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
+++ get:/shop/order/index string:status=delivered#空字符 全部;delivered 已发货;not_delivered 未发货 <<< success { "code": 0, "msg": "", "time": 1490683461, "data": [ { "id": 60, "order_no": "2017032843685", //订单号 "member_id": 6851, "product_price": "63.00", //商品价格 "express_price": "0.00", //快递费 "total_price": "63.00", //总价 "consignee": "阿萨德", //收件人 "mobile": "阿萨德", //手机 "province_code": 44, "city_code": 4401, "county_code": 440101, "address": "啊实打实大", //地址 "create_time": "2017-03-28 14:44:17", //生成时间 "status": "已支付", //订单状态 "express_record_id": 0, //快递id "details": [ { "order_id": 60, "product_name": "GH720D行车记录仪", "sku_id": 1, "price": "15.00", "quantity": 3, "sku": { "id": 1, "spec_name": "0", "price": "15.00", "market_price": "0.00", "image_url": "//img.4006948818.com" } }, { "order_id": 60, "product_name": "GH720D行车记录仪", "sku_id": 1, "price": "15.00", "quantity": 3, "sku": { "id": 1, "spec_name": "0", "price": "15.00", "market_price": "0.00", "image_url": "//img.4006948818.com" } } ], //快递记录 "express_record": { "id": 5, "express_id": 1, "tracking_number": "123123123",//快递单号 "create_time": "1970-01-01 08:00:00"//发货时间 } } ] } <<< error +++