补充举证
补充举证接口
接口名称 | 备注 |
---|---|
接口类型 | HTTP POST |
接口格式 | application/json;charset=UTF-8 |
线上地址 | https://openapi.wanshifu.com/prod/prod/user-order-open-api/user-open/order/complaint/evidenceSupply |
测试地址 | https://openapi.wanshifu.com/pre-release/test/user-order-open-api/user-open/order/complaint/evidenceSupply |
是否加密 | 是 |
业务参数
字段名称 | 字段说明 | 字段类型 | 是否必传参数 |
---|---|---|---|
complaintId | 投诉id | Long | 是 |
imageUrls | 最多10个图片url,逗号分割 | String | 否 |
videoUrls | 最多3个视频url,逗号分割 | String | 否 |
audioUrls | 最多3个音频url,逗号分割 | String | 否 |
supplyContent | 补充内容,最多500字 | String | 是 |
supplyEvidenceId | 补充证据id | Long | 是 |
imageUrlType | imageUrls图片类型 ,1:需要下载 | String |
返回信息
字段名称 | 字段说明 | 字段类型 |
---|---|---|
retCode | 错误码 | Integer |
retData | 处理返回数据 | Object |
retMsg | 错误描述 | String |
businessStatus | 业务状态1成功0失败 | Integer |
成功示例
{
"retCode": "200",
"retData": {
"businessStatus": 1
},
"retMsg": "成功"
}
失败示例
{
"retCode": 500,
"retData": null,
"retMsg": ""
}
修改于 2024-11-28 10:34:36