申请退款

接口地址:/wechatpay/refund

post方式

微信官方文档戳此

参数及格式如下:

  • num:实际充值金额,精确到分

返回格式:

{
    "code": 1,
    "data": {
    'prepay_id':"wx2018030211471876248640e70519637535",
    "trade_no":24601878
    },
    "msg": "success"
}

Last updated

Was this helpful?