💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 单条订单信息 /** * 单条订单信息 * @http_method get * @param $id 订单id * @author 孙泉 * @return array */ +++ get:Server/Order/detail <<< success { "code":0, "result":{ "info":{ "order_info":{ "id":266, "sn":"9000000000026601", "pay_sn":"180559661503167097", "buyer_id":97, "buyer_name":"15133124782", "buyer_phone":"15133124782", "buyer_email":null, "create_time":"2017-09-25 13:31:43", "payment_code":"wxpayweb", "payment_time":1506317510, "finnshed_time":0, "goods_amount":"0.03", "amount":"0.03", "pd_amount":"0.00", "shipping_fee":"0.00", "state":30, "refund_state":0, "lock_state":0, "refund_amount":"0.00", "delay_time":1506317542, "from":"1", "shipping_code":"123457890987654", "points":0, "address_id":123, "address_area_id":14, "address_street_id":15, "goods_num":3, "evaluate_state":0, "driver_id":0, "driver_name":"", "is_print":0, "trade_no":"4200000009201709254155116878", "wechat_openid":"ochzywxF8VCE0pZx_lRNHCEFmxTo", "no_display":0, "state_desc":"order_state_send", "payment_name":"wxpayweb", "extend_order_extend":{ "id":266, "shipping_time":1506317542, "shipping_express_id":29, "evalseller_state":0, "evalseller_time":0, "message":"", "voucher_price":null, "voucher_id":null, "voucher_code":null, "deliver_explain":"", "deliver_address_id":1, "reciver_name":"刘金萌", "reciver_info":{ "address":"天津市河西区大营门街 亚太大厦", "phone":"15133124782" }, "reciver_province_id":0, "invoice_info":[ ], "promotion_info":"", "evaluate_time":null, "service_remarks":"" }, "extend_order_goods":[ { "id":311, "order_id":266, "goods_common_id":100742, "goods_id":1026, "goods_title":"测试商品", "goods_price":"0.01", "goods_num":3, "goods_img":"http://shengxing.oss-cn-beijing.aliyuncs.com/app/20170922/1506060028131640.jpg", "goods_pay_price":"0.03", "buyer_id":97, "goods_type":1, "promotions_id":0, "commis_rate":0, "evaluation_state":0, "evaluation_time":null, "create_time":"2017-09-25 13:31:43", "goods_spec":null, "coupon_id":0, "coupon_card_id":null, "category_id1":1, "lock_state":0, "refund_handle_state":0, "refund_id":0 } ], "if_cancel":false, "if_refund_cancel":false, "if_complain":true, "if_receive":true, "if_lock":false, "if_deliver":true, "if_evaluate":false, "if_share":false }, "order_log":[ { "id":622, "order_id":266, "msg":"提交了订单", "create_time":"2017-09-25 13:31:43", "role":"买家", "user":"", "order_state":10 }, { "id":623, "order_id":266, "msg":"完成了付款 ( 支付平台交易号 : 4200000009201709254155116878 )", "create_time":"2017-09-25 13:31:50", "role":"买家", "user":"", "order_state":20 }, { "id":624, "order_id":266, "msg":"发出了货物 ( 编辑了发货信息 )", "create_time":"2017-09-25 13:32:22", "role":"商家", "user":"admin", "order_state":null } ], "deliver_address_info":{ "id":1, "seller_name":"晋皇羊肥小米", "area_id":140429, "city_id":140400, "area_info":"山西省 长治市 武乡县", "address":"太行沃土农业产品有限公司", "telphone":"4006665233", "company":"山西太行沃土农业产品有限公司", "is_default":1, "province_id":140000 } } }, "msg":"SUCCESS" } <<< error +++