文档
测试

发送退款理由

POST
/api/order/orderreturnapply/sendReq

接口描述

发送退款理由-submitBack

请求头

参数名
类型
描述
必填
Content-Type
String
'Content-Type': 'application/x-www-form-urlencoded'
必填
X-Requested-With
String
'X-Requested-With': 'xmlhttprequest'
必填

说明 / 示例

>请求参数 ```json { "userId": "example123456", "orderId": 1, "commentValue": "HOLA!" } ``` >响应参数 ```json { "msg": "success", //或者"error" "code": 11001 //0插入成功 11003退款申请失败,请重试 11004退款申请已提交,请勿重复 } ```