feat(wxapi): 新增小程序虚拟支付相关接口

This commit is contained in:
Fu Diwei
2023-08-27 18:53:52 +08:00
parent f8347ef9ef
commit f93d6139d1
67 changed files with 1980 additions and 16 deletions

View File

@@ -0,0 +1,21 @@
{
"ToUserName": "",
"FromUserName": "",
"CreateTime": 0,
"MsgType": "event",
"Event": "xpay_coin_pay_notify",
"OpenId": "",
"OutTradeNo": "",
"Env": 0,
"WeChatPayInfo": {
"MchOrderNo": "",
"TransactionId": "",
"PaidTime": 0
},
"CoinInfo": {
"Quantity": 0,
"OrigPrice": 0,
"ActualPrice": 0,
"Attach": ""
}
}

View File

@@ -0,0 +1,22 @@
{
"ToUserName": "",
"FromUserName": "",
"CreateTime": 0,
"MsgType": "event",
"Event": "xpay_goods_deliver_notify",
"OpenId": "",
"OutTradeNo": "",
"Env": 0,
"WeChatPayInfo": {
"MchOrderNo": "",
"TransactionId": "",
"PaidTime": 0
},
"GoodsInfo": {
"ProductId": "",
"Quantity": 0,
"OrigPrice": 0,
"ActualPrice": 0,
"Attach": ""
}
}