文档
测试

订单详情

POST
https://xiaoyaoyao.net/index.php?s=/api/member/orderdetail

请求参数

参数名
类型
描述
必填
token
string
必填
member_id
int
用id
必填
order_id
int
必填

返回值

``` { "code": 1, "msg": "success", "data": { "order_id": 2, "order_no": "MR20200926172307160111218711", "total_price": "47.40", "order_price": "47.40", "coupon_id": 0, "coupon_money": "0.00", "points_money": "0.00", "points_num": 0, "pay_price": "51.40", "update_price": "0.00", "buyer_remark": "", "pay_type": 20, "pay_status": 10, "pay_time": 0, "delivery_type": 30, "express_price": "4.00", "express_id": 0, "express_company": "", "express_no": "", "points_bonus": 0, "is_settled": 0, "transaction_id": "", "is_comment": 0, "order_type": 1, "member_id": 1, "is_delete": 0, "create_time": "2020-09-26 17:23:07", "update_time": "2020-09-26 17:23:07", "cook_id": 1, "menu_id": "1,10", "status": 1, "address_id": 1, "cooker_info": {//厨师信息 "cook_id": 1, "name": "岑文超", "province_id": 28240, "city_id": 28558, "district_id": 47496, "street_id": 28601, "address": "广东省深圳市龙华区龙环二路127号", "longitude": "114.049071", "latitude": "22.656606", "contact_name": "岑文超", "contact_mobile": "13410381489", "status": 1, "is_delete": 0, "idcard_id": 0, "license_id": 0, "certificate_id": 0, "create_time": "2020-09-19 12:38:26", "update_time": "2020-09-19 12:38:26", "com_logo": "/menu_image/s12646905_160046570487375.jpg", "com_user_id": 8, "certificate_sn": "", "credit_rating": 5, "kitchen": "", "introduce": null }, "menu_info": [//菜单信息 { "menu_id": 1, "cook_id": 1, "cuisine_id": 1, "reserve": 0, "name": "农家葫芦炒猪血", "info": "清热利尿润肺防癌治流鼻血增强体力补血抵抗力", "image": "/menu_image/s12646905_160046570487375.jpg", "hot": 1, "recommend": 10, "is_delete": 0, "cerate_time": 1600490306, "update_time": "2020-09-19 12:38:26", "process_price": 7, "ingredients_price": 19.5, "total_price": 26.5, "ingredients": [ "西葫芦", "猪血", "花生油", "深井食用盐", "小葱" ] }, { "menu_id": 10, "cook_id": 1, "cuisine_id": 10, "reserve": 0, "name": "豆皮金针菇卷", "info": "心血管疾抵抗力降血脂过敏", "image": "/menu_image/s9824564_160034107942819.jpg", "hot": 1, "recommend": 10, "is_delete": 0, "cerate_time": 1600490306, "update_time": "2020-09-19 12:38:26", "process_price": 5, "ingredients_price": 15.9, "total_price": 20.9, "ingredients": [ "豆皮", "金针菇", "花生油", "深井食用盐" ] } ] } } ```