feat(wxapi): 随官方更新自定义交易组件获取售后详情接口响应模型

This commit is contained in:
Qin Yikai
2022-04-26 12:39:57 +08:00
committed by GitHub
parent 00bddfb0b9
commit 161b7ee880
2 changed files with 116 additions and 30 deletions

View File

@@ -1,28 +1,38 @@
{
"errcode": 0,
"errmsg": "ok",
"after_sales_order": {
"out_aftersale_id": "aso_123124341",
"aftersale_id": 123,
"out_order_id": "order_312312",
"order_id": 456,
"product_info": {
"out_product_id": "123",
"out_sku_id": "12345",
"product_cnt": 1
},
"type": 1,
"return_info": {
"order_return_time": "1628480465",
"delivery_id": "sf",
"waybill_id": "sf12314789",
"delivery_name": "顺丰"
},
"orderamt": 100,
"refund_reason_type": 1,
"refund_reason": "买错码数",
"status": 1,
"create_time": "1628480465",
"update_time": "1628480465"
}
}
{
"errcode": 0,
"errmsg": "ok",
"after_sales_order": {
"out_aftersale_id": "",
"aftersale_id": 4000000001596225,
"out_order_id": "220425-16372977194524",
"order_id": 3302853640130003968,
"product_info": {
"out_product_id": "410",
"product_id": 0,
"out_sku_id": "730",
"sku_id": 0,
"product_cnt": 1
},
"type": 1,
"return_info": {
"order_return_time": 0,
"waybill_id": ""
},
"orderamt": 2,
"refund_reason_type": 3,
"refund_reason": "不想要了",
"media_list": [{
"type": 1,
"url": "****",
"thumb_url": "****"
}],
"status": 2,
"create_time": "1650876295006",
"update_time": "1650876295006",
"openid": "oOYv50JOfwNY56q8hTNSLSFvYUDg",
"refund_pay_detail": {
"refund_id": ""
},
"return_id": ""
}
}