diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 3e770b88..e434095e 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -904,7 +904,6 @@ class UserController extends BaseAuthedController { public function updateAddressBind() { - error_log(2222); if (myself()->_getChannel() != IMTBL_CHANNEL) { phpcommon\sendError(1, 'token error'); die(); @@ -918,7 +917,7 @@ class UserController extends BaseAuthedController { $params = array( 'jwt' => $data['jwt'] ); - $url = LOGIN_URL . '?a=Login&c=verifyJwt'; + $url = LOGIN_URL . '?c=Login&a=verifyJwt'; $response = ''; if (!phpcommon\HttpClient::postContent ($url,