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