From b4f80c78c2ced819b7bc6171e09f5322e898371e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 7 Jun 2024 10:15:43 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 173d50a2..e14a0d12 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -904,7 +904,7 @@ class UserController extends BaseAuthedController { public function updateAddressBind() { - if (myself()->_getChannel() != BC_POLY_CHANNEL) { + if (myself()->_getChannel() != IMTBL_CHANNEL) { phpcommon\sendError(1, 'token error'); die(); return;