Updated 接收消息与回复 (markdown)

安正超 2015-05-12 17:20:38 +08:00
parent a42724f684
commit 30a6a7de5d

@ -12,7 +12,8 @@ $appId = 'wx3cf0f39249eb0e60';
$token = 'hellotest'; // 可选 $token = 'hellotest'; // 可选
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选 $encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选
$server = new Server($appId, $token, $encodingAESKey); // $token, $encodingAESKey 可以为空 // $token, $encodingAESKey 可以为空
$server = new Server($appId, $token, $encodingAESKey);
``` ```
### 接收消息 ### 接收消息