From 907544cdcad89e41a460ae7298e5fc723c804bad Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 7 Jun 2024 13:42:55 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 6efab9ee..4536c77f 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -904,6 +904,7 @@ class UserController extends BaseAuthedController { public function updateAddressBind() { + error_log(2222); if (myself()->_getChannel() != IMTBL_CHANNEL) { phpcommon\sendError(1, 'token error'); die();