This commit is contained in:
aozhiwei 2024-06-07 14:24:55 +08:00
parent 7870b8aeef
commit 5e27f903d9

View File

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