Page History

Wjjmallrefund

Last edited by 徐近程

返回

电商网++余额退款


URL: http://apiwjjtest.cnlive.com/Daren/wjjPay/wjjMallRefund.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
orderId String true 订单号
type String true 退款方式:1-API 2-System
transactionId String true 交易号
refundCause String true 退款原因
refundApplyTime String true 退款申请时间
refundId String true 退款批次
refundSum String true 退款金额
darenId String true 达人id
userId String true 用户sid
appId String true 应用id

返回格式: JSON


返回格式样例:

{
    "data": {
        "sign": "",
        "error_code": "0",
        "appId": "802_jhbqccxw08",
        "batch_no": "sdasdfdaf123fa123",
        "pay_type": "wjj"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}