文档
测试

订单退款

POST
https://api.demo.xielongly.com/xielong

请求参数

参数名
类型
描述
必填
appkey
string
系统版本密钥,具体以系统配置为准
必填
xldata
string
传递的加密参数
必填
userid
int
账号
必填
timestamp
int
当前时间戳
必填
sign
string
签名,具体请查看公共说明->3.数字签名
必填
requesttype
string
Elephant-Index-refundOrder(接口标识)
必填
usertoken
int
会员标识
必填
ip
string
客户端IP
必填
order_sn
int
订单编号
必填

响应参数

参数名
类型
描述
必填
status
int
响应状态:400失败 , 200成功
必填
msg
string
返回业务消息提示
必填

说明 / 示例

`{ "status":1, "msg":"退款成功" }`