文档
测试

申请退款

POST
http://localhost:8092/CZJY_AppAdmin_war_exploded/app/refund/saveRefund.html

请求参数

参数名
类型
描述
必填
userId
int
必填
isService
int
是否已服务0否1是
必填
isArrivals
int
是否已上车或到达0否1是
必填
reasonForRefund
String
退款理由
必填
detailed
String
详细描述理由
必填
certificate
String
凭证
必填
orderId
int
订单id
必填
refundedPersonId
int
被退款人id
必填
amount
String
退款金额
必填

响应参数

参数名
类型
描述
必填
m_strMessage
string
示例:操作成功!
必填
m_istatus
int
示例:1
必填
m_object
object
示例:null
必填