文档
测试

申请退款

POST
localhost:8080/personal/reimburse

接口描述

退款:1.商城账户扣钱 2.用户账户加钱

请求参数

参数名
类型
描述
必填
accountName
String
用户名
必填
orderNumber
String
账单号
必填

响应参数

参数名
类型
描述
必填
httpResponseType
HttpResponseType
将返回类型封装为一个响应对象
必填
msg
String
数据描述信息
必填
data
String
数据
必填
code
Integer
响应码
必填