From 9a49360e2c2af7b3bef5e64a0651adc684da102b Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 2 Aug 2024 10:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E7=94=A8=E6=88=B7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8E=A5=E5=8F=A3=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/wechat/Wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/wechat/Wechat.php b/app/controller/wechat/Wechat.php index a705757..fab3b09 100644 --- a/app/controller/wechat/Wechat.php +++ b/app/controller/wechat/Wechat.php @@ -69,7 +69,7 @@ class Wechat extends Base $FeeService = new FeeService($pucode); $feeUserInfo = $FeeService->getUsers(); - if ($feeUserInfo['MsgID'] != $pucode) { + if ($feeUserInfo['UserCode'] != $pucode) { throw new \Exception('用户不存在'); } if ($feeUserInfo['CellPhone'] != $mobile) {