From 12a087cb3656bff47c1b45277928d1819c13546e Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:38:35 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 009363cf..da149860 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -9,7 +9,7 @@ use think\facade\Db; class Server { - const APPID = 'wxc03d95d3597e348a '; + const APPID = 'wxc03d95d3597e348a'; const SECRET = 'e2720e31673906be6e92afd377b927ba'; const TOKEN = 'obUzmSA4MvMjOblZ5NCpgecTZYaGtAg6';//消息校验Token const KEY = '2tujZuThOCzcuoBcBmeqMPjL6phcsv2dY7pgwYJwdtX'; //消息加解密Key