msbolang / wechat-web-game-yii2
Yii2 wechat-web-game-yii2
Package info
github.com/msbolang/wechat-web-game-yii2
Type:yii2-extension
pkg:composer/msbolang/wechat-web-game-yii2
1.0.5
2018-10-26 01:29 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: >=2.0.6
This package is not auto-updated.
Last update: 2026-04-12 13:36:04 UTC
README
配置文件 'components' => [ ............ ............ 'wechatTool' => [ 'class' => 'msbolang\tool\WechatTools', 'appid' => 'appid', 'secret' => 'secret', 'forceFollow' => 'true',//是否強制關注 'followUrl' => '',//強制關注true 時未關注的用戶跳轉的地址 ], ............ ............
调用方法 controller里面直接 Yii::$app->wechatTool调用插件的方法和属性