mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
Updated 接收消息与回复 (markdown)
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';
|
||||||
|
Loading…
Reference in New Issue
Block a user