1.餐饮 - 获取退菜/退款商品列表
说明
每一笔操作退菜和退款都会有记录
接口
POST https://open.jisuapp.cn/business/Order/GetModifiedOrderList/
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | Y | 用户授权的唯一票据 |
order_id | String | Y | 主订单id |
返回参数
参数 | 类型 | 说明 | |
---|---|---|---|
status | int | 状态码 0成功 1失败 | |
refund_price | int | 退款金额 | |
apply_goods | array | 该笔退菜/退款的商品列表 | |
status | int | 状态码 0成功 1失败 |
参数返回示例
{
"status": 0,
"data": [{
"id": "1832",
"order_id": "5d3561f641e3f706347137",
"form_data": {
"refund_reason": null,
"refund_apply_id": null,
"refund_price": 30,
"apply_goods": [{
"id": "27807",
"goods_id": "27807",
"price": "30.00",
"stock": "47",
"goods_name": "\u5357\u6781\u4eba\u56db\u4ef6\u5957\u5168\u68c9\u7eaf\u68c9\u5e8a\u54c1\u88ab\u5957\u590f\u5b63\u4e09\u4ef6\u5957\u7f51\u7ea2\u5e8a\u5355\u5317\u6b27\u98ce\u5e8a\u4e0a\u7528\u54c1",
"is_integral": "-1",
"cover": "https:\/\/img.alicdn.com\/imgextra\/i2\/1909130034\/O1CN019ZljN41C7bzxqiAsh_!!1909130034.jpg_q90.jpg",
"model": "31,55",
"model_name": ["\u989c\u8272\u5206\u7c7b", "\u9002\u7528\u5e8a\u5c3a\u5bf8"],
"model_value": ["\u82b1\u97f3", "1.2m\uff084\u82f1\u5c3a\uff09\u5e8a \u3010\u9002\u5408150*200\u88ab\u5b50\u3011\u5b66\u751f\u5bbf\u820d\u4e09\u4ef6\u5957"],
"max_can_use_integral": "0",
"model_id": 500008,
"num": 1,
"sub_shop_app_id": null,
"related_shop_app_id": null,
"buyer_id": "f47f96f1385430f0e61d636e9d8a3f13",
"is_seckill": 2,
"group_buy_discount_price": 0,
"dis_group_discount_price": 0,
"mass": null,
"volume": null,
"express_rule_id": null,
"box_fee": null,
"original_price": null,
"delivery_id": null,
"presell_activity_id": null,
"is_presell": 0,
"is_vip_goods": 0,
"bargain": "0.00",
"use_integral": 0
}]
},
"action": "0",
"status": "1",
"add_time": "1563784239",
"update_time": "0",
"is_deleted": "0",
"apply_time": "2019-07-22 16:30:39"
}]
}