From a42724f684d0f7134ad961e926b74a86fbd284fb 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:15:35 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/接收消息与回复.md b/接收消息与回复.md index ba01764..774f911 100644 --- a/接收消息与回复.md +++ b/接收消息与回复.md @@ -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 可以为空 ``` ### 接收消息