Updated 配置与初始化 (markdown)

安正超 2015-03-19 14:10:10 +08:00
parent 194cd54075
commit 851e77e012

@ -6,9 +6,9 @@
use Overtrue\Wechat\Wechat;
$options = [
'appId' => 'Your app id',
'secret' => 'Your secret'
'token' => 'Your token',
'appId' => 'Your app id', // 必填
'secret' => 'Your secret', // 必填
'token' => 'Your token', // 必填
'encodingAESKey' => 'Your encoding AES Key' // 加密模式需要,其它模式不需要
];