From 30a6a7de5d39cb31eb34f94f888a8c1f5990ee9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Tue, 12 May 2015 17:20:38 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=8E=A5=E6=94=B6=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E4=B8=8E=E5=9B=9E=E5=A4=8D=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 接收消息与回复.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/接收消息与回复.md b/接收消息与回复.md index 774f911..293112d 100644 --- a/接收消息与回复.md +++ b/接收消息与回复.md @@ -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); ``` ### 接收消息