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();