mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
Updated 接收消息与回复 (markdown)
parent
d780aed397
commit
a42724f684
@ -9,10 +9,10 @@
|
||||
use Overtrue\Wechat\Server;
|
||||
|
||||
$appId = 'wx3cf0f39249eb0e60';
|
||||
$token = 'hellotest';
|
||||
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN';
|
||||
$token = 'hellotest'; // 可选
|
||||
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选
|
||||
|
||||
$server = new Server($appId, $token, $encodingAESKey);
|
||||
$server = new Server($appId, $token, $encodingAESKey); // $token, $encodingAESKey 可以为空
|
||||
```
|
||||
|
||||
### 接收消息
|
||||
|
Loading…
Reference in New Issue
Block a user