Updated 接收消息与回复 (markdown)

安正超 2016-07-06 10:15:58 +08:00
parent 68a8f3dfea
commit 6466229c04

@ -8,7 +8,7 @@
<?php <?php
use Overtrue\Wechat\Server; use Overtrue\Wechat\Server;
$appId = 'wx3cf0f39249eb0e60'; $appId = 'wx3cf0f39xxxxxxxxx';
$token = 'hellotest'; $token = 'hellotest';
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选 $encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; // 可选
@ -42,7 +42,7 @@ use Overtrue\Wechat\Server;
use Overtrue\Wechat\Message; use Overtrue\Wechat\Message;
$appId = 'wx3cf0f39249eb0e60'; $appId = 'wx3cf0f39xxxxxxxxxx';
$secret = 'f1c242f4f28f735d4687abb469072a29'; $secret = 'f1c242f4f28f735d4687abb469072a29';
$token = 'hellotest'; $token = 'hellotest';
$encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN'; $encodingAESKey = 'EJThPazwzO4k1cyXJnwQtL60zBdhWvFaHb4emv0dLVN';