充值
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
若充值成功msg返回success;否则msg为报错信息"充值失败"
对于普通浏览器内的支付:
关于mweb_url,可参考此页面第3条https://pay.weixin.qq.com/wiki/doc/api/H5.php?chapter=15_4
{
"code": 1,
"data": {
'mweb_url':"https://wx.tenpay.com/cgi-bin/mmpayweb-bin/checkmweb?prepay_id=wx201802061551028ada8a0b680148869114&package=1703073309",
"trade_no":24601878
},
"msg": "success"
}
---------------------------------
对于在微信内打开的支付:
详细可参考:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6
{
"code": 1,
"data": {
'prepay_id':"wx2018030211471876248640e70519637535",
"trade_no":24601878
},
"msg": "success"
}