\WeixinController

默认的控制器 当然, 默认的控制器, 动作, 模块都是可用通过配置修改的 也可以通过$dispater->setDefault*Name来修改

Summary

Methods
Properties
Constants
init()
wxpayAction()
wxnotifyAction()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

init()

init() 

wxpayAction()

wxpayAction() 

JS_API支付demo ==================================================== 在微信浏览器里面打开H5网页中执行JS调起支付。接口输入输出数据格式为JSON。 成功调起支付需要三个步骤: 步骤1:网页授权获取用户openid 步骤2:使用统一支付接口,获取prepay_id 步骤3:使用jsapi调起支付

wxnotifyAction()

wxnotifyAction() 

微信支付的回调地址