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