mirror of
https://github.com/w7corp/easywechat.git
synced 2025-02-02 02:34:22 +00:00
Updated 配置与初始化 (markdown)
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' // 加密模式需要,其它模式不需要
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user