第三方工单申请接口
第三方工单申请接口
接口名称 | 备注 |
---|---|
接口类型 | HTTP POST |
接口格式 | application/json;charset=UTF-8 |
线上地址 | https://openapi.wanshifu.com/prod/prod/user-order-open-api/user-open/order/workOrderApply |
测试地址 | https://openapi.wanshifu.com/pre-release/test/user-order-open-api/user-open/order/workOrderApply |
接口说明 | 第三方工单申请接口 |
是否加密 | 是 |
业务参数
字段名称 | 字段说明 | 字段类型 | 是否必传参数 |
---|---|---|---|
thirdOrderNo | 第三方订单号 | 是 | |
type | 工单类型 0/关单 | 是 | |
applyReason | 原因 | 否 |
返回信息
字段名称 | 字段说明 | 字段类型 |
---|---|---|
retCode | 错误码 | Integer |
retData | 处理返回数据 | Object |
retMsg | 错误描述 | String |
成功示例
{
"code": "200",
"msg": "成功",
"retCode": "200",
"retData": null,
"retMsg": "成功"
}
失败示例
{
"retCode": 500,
"retData": null,
"retMsg": ""
}
修改于 2023-12-28 06:06:44