文档
测试

取消订单

POST
http://192.168.31.230:9002/merchant/order/cancelOrder

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json;charset=UTF-8
可选

请求参数

参数名
类型
描述
必填
userId
int
示例:1
必填
realname
int
示例:1
必填
orderId
string
示例:
必填

响应参数

参数名
类型
描述
必填
result
object
示例:null
必填
code
string
示例:-2
必填
success
boolean
示例:false
必填
resultMsg
string
示例:未登录
必填