以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 公众号支付回调 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=128585) |
-- 作者:fubblyc -- 发布时间:2018/12/11 10:02:00 -- 公众号支付回调 甜老师, Case "", "index.htm", "index.html" \'首页 Dim wb As New weui wb.AddPageTitle("","pageheader","微信支付测试","") With wb.AddGrid("","g1") .Add("c02","公众号支付", "./images/cell.png", "jsapipay/index.htm") End With e.WriteString(wb.Build) Case "jsapipay\\index.htm" \'商品销售直接调用jssdk支付页面\' Functions.Execute("htm_jsapipay",e) Case "jsapipay" \'调用jssdk支付回调\' Functions.Execute("callback_jsapipay",e) Case "jsapipay\\getWxJsApiParam.htm" \'公众号支付获取H5调起JS API参数 Functions.Execute("htm_GetWxJsApiParam",e) 这个公众号支付回调是空的,要怎么写呢。。。 |
-- 作者:有点甜 -- 发布时间:2018/12/11 11:02:00 -- 参考
http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=119762&skin=0
|
-- 作者:fubblyc -- 发布时间:2018/12/15 9:53:00 -- 甜老师,我直接在每次支付后,都去主动查询订单,返回true才执行支付后的动作。 就没有去取微信的通知信息了~ 这样设计可以吗?
|
-- 作者:有点蓝 -- 发布时间:2018/12/15 10:35:00 -- 可以的,达到自己的要求即可。而且微信文档也再三强调必须自己查询确认支付结果 |
-- 作者:fubblyc -- 发布时间:2018/12/15 13:59:00 -- 谢谢蓝老师!! |