[TOC]
简要描述
请求URL
- /lantong-optimization/orderReturnApplyAPP/update
请求方式
- requestMethod: POST
- Content-Type: application/json
请求参数
参数名 |
说明 |
必选 |
类型 |
orderReturnApplyUpdateVO |
订单退货申请 body |
是 |
OrderReturnApplySaveVO对象_1 |
descPics |
凭证图片,以逗号隔开 |
否 |
string |
description |
描述 |
否 |
string |
id |
主键id |
否 |
integer(int64) |
memberToken |
登录token |
否 |
string |
reason |
原因 |
否 |
string |
returnAddress |
取货地址 |
否 |
string |
returnDate |
取货日期 |
否 |
string(date) |
returnName |
取货人姓名 |
否 |
string |
returnPhone |
取货人电话 |
否 |
string |
returnStatus |
返回状态[1>上门取件;2>送货至自提点] |
否 |
string |
returnTime |
取件时间(1->上午:9-12点;2->15-17点) |
否 |
integer(int32) |
请求示例
{
"descPics": "",
"description": "",
"id": 0,
"memberToken": "",
"reason": "",
"returnAddress": "",
"returnDate": "",
"returnName": "",
"returnPhone": "",
"returnStatus": "",
"returnTime": 0
}
返回示例
{
"code": 0,
"data": {},
"msg": "",
"success": true
}
返回参数说明
参数名 |
说明 |
类型 |
code |
状态码 |
integer(int32) |
data |
承载数据 |
object |
msg |
返回消息 |
string |
success |
是否成功 |
boolean |
code码说明
code |
说明 |
200 |
操作成功 |
500 |
加载失败 |
904 |
该状态不能修改退货申请单 |
101 |
未登录 |