Updated 接收消息与回复 (markdown)

安正超 2015-05-12 17:15:35 +08:00
parent d780aed397
commit a42724f684

@ -9,10 +9,10 @@
use Overtrue\Wechat\Server; use Overtrue\Wechat\Server;
$appId = 'wx3cf0f39249eb0e60'; $appId = 'wx3cf0f39249eb0e60';
$token = 'hellotest'; $token = 'hellotest'; // 可选
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; $encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选
$server = new Server($appId, $token, $encodingAESKey); $server = new Server($appId, $token, $encodingAESKey); // $token, $encodingAESKey 可以为空
``` ```
### 接收消息 ### 接收消息