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()
{
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,