ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 订单详情 ~~~[api] post:/api/order/detail *token#会员token *order_id#订单id <<< success { "code": 0, "message": "操作成功", "data": { "order_id": 1856, "order_no": "2020070309190001", "site_id": 398, "site_name": "hong001", "website_id": 397, "order_name": "小西服222 ", "order_from": "h5", "order_from_name": "h5", "order_type": 1, "order_type_name": "普通订单", "order_promotion_type": 0, "order_promotion_name": "", "promotion_id": 0, "out_trade_no": "15937391679042", "out_trade_no_2": "", "delivery_code": "", "order_status": 0, "order_status_name": "待支付", "order_status_action": "{\"status\":0,\"name\":\"待支付\",\"is_allow_refund\":0,\"action\":[{\"action\":\"orderClose\",\"title\":\"关闭订单\",\"color\":\"\"},{\"action\":\"orderAddressUpdate\",\"title\":\"修改地址\",\"color\":\"\"},{\"action\":\"orderAdjustMoney\",\"title\":\"调整价格\",\"color\":\"\"}],\"member_action\":[{\"action\":\"orderClose\",\"title\":\"关闭订单\",\"color\":\"\"},{\"action\":\"orderPay\",\"title\":\"支付\",\"color\":\"\"}],\"color\":\"\"}", "pay_status": 0, "delivery_status": 0, "refund_status": 0, "pay_type": "", "pay_type_name": "", "delivery_type": "express", "delivery_type_name": "物流配送", "member_id": 95, "name": "李琦", "mobile": "13987654321", "telephone": "", "province_id": 110000, "city_id": 110100, "district_id": 110101, "community_id": 0, "address": "天福花园(镇江市丹阳市)", "full_address": "北京市-北京市-东城区", "longitude": "119.615585", "latitude": "119.615585", "buyer_ip": "223.11.38.206", "buyer_ask_delivery_time": 0, "buyer_message": "", "order_invoice_company": "", "order_invoice_type": 0, "order_invoice_type_name": "", "order_invoice_trade_type": 0, "order_invoice_rate": "0.00", "goods_money": "150.00", "delivery_money": "0.00", "promotion_money": "10.00", "coupon_id": 0, "coupon_money": "0.00", "invoice_money": "0.00", "order_money": "140.00", "adjust_money": "0.00", "balance_money": "0.00", "pay_money": "140.00", "create_time": 1593739167, "pay_time": 0, "delivery_time": 0, "sign_time": 0, "finish_time": 0, "close_time": 0, "is_lock": 0, "is_evaluate": 0, "is_delete": 0, "is_enable_refund": 0, "remark": "", "goods_num": 1, "delivery_store_id": 0, "delivery_status_name": "", "is_settlement": 0, "delivery_store_name": "", "promotion_type": "", "promotion_type_name": "", "promotion_status_name": "", "delivery_store_info": "", "virtual_code": "", "evaluate_status": 0, "evaluate_status_name": "", "shop_money": "0.00", "platform_money": "0.00", "refund_money": "0.00", "refund_shop_money": "0.00", "refund_platform_money": "0.00", "commission": "0.00", "settlement_id": 0, "store_settlement_id": 0, "platform_coupon_id": 0, "platform_coupon_money": "0.00", "platform_coupon_total_money": "0.00", "platform_coupon_shop_money": "0.00", "action": [{ "action": "orderClose", "title": "关闭订单", "color": "" }, { "action": "orderPay", "title": "支付", "color": "" }], "order_goods": [{ "order_goods_id": 2313, "order_id": 1856, "order_no": "2020070309190001", "site_id": 398, "site_name": "hong001", "website_id": 0, "member_id": 95, "goods_id": 276, "sku_id": 734, "sku_name": "小西服222 ", "sku_image": "upload\/398\/common\/images\/20200624\/20200624031817159298309797014.jpg", "sku_no": "", "is_virtual": 0, "goods_class": 1, "goods_class_name": "实物商品", "price": "150.00", "cost_price": "0.00", "num": 1, "goods_money": "150.00", "cost_money": "0.00", "delivery_status": 0, "delivery_no": "", "gift_flag": 0, "refund_no": "", "refund_status": 0, "refund_status_name": "", "refund_status_action": "", "refund_type": 0, "refund_apply_money": "0.00", "refund_reason": "", "refund_real_money": "0.00", "refund_delivery_name": "", "refund_delivery_no": "", "refund_time": 0, "refund_refuse_reason": "", "refund_action_time": 0, "delivery_status_name": "未发货", "commission_rate": "5.00", "real_goods_money": "140.00", "shop_money": "0.00", "platform_money": "0.00", "is_settlement": 0, "refund_remark": "", "refund_delivery_remark": "", "refund_address": "", "is_refund_stock": 0, "refund_money_type": 1, "promotion_money": "10.00", "coupon_money": "0.00", "adjust_money": "0.00", "platform_coupon_money": "0.00", "refund_action": [], "complain_action": 0 }], "code_info": [], "package_list": [] }, "timestamp": 1593739826 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~