1
This commit is contained in:
parent
7870b8aeef
commit
5e27f903d9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user