(后端与微信)接收支付状态信息的地址

接口地址:/customer/wxnotify

post方式

参数及格式如下:

返回格式:

{
    "code": 1,
    "data": {


    },
    "msg": "success"
}

Last updated

Was this helpful?