订单退款
POST
http://localhost:8080/machine-fast/app/c2charging/refund
接口描述
订单退款
请求头
参数名
类型
描述
必填
token
String
令牌
必填
请求参数
参数名
类型
描述
必填
outTradeNo
String
订单单号
必填
refundMoney
String
退款金额
必填
totalMoney
String
订单总金额
必填
orderType
String
订单类型 0:微信 1:支付宝
必填
响应参数
参数名
类型
描述
必填
code
int
状态码
必填
msg
String
相应参数
必填