1
This commit is contained in:
parent
ea23702bd2
commit
6baf69af69
2
third_party/phpcommon
vendored
2
third_party/phpcommon
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e658ed5f7e4112801e59206f6da6f01db7131cd1
|
Subproject commit a071cc2b7fcc2e5c9597d29d07378b4f29ace591
|
@ -805,6 +805,11 @@ class UserController extends BaseAuthedController {
|
|||||||
|
|
||||||
public function updateAddressBind()
|
public function updateAddressBind()
|
||||||
{
|
{
|
||||||
|
if (myself()->_getChannel() != BC_POLY_CHANNEL) {
|
||||||
|
phpcommon\sendError(1, 'token error');
|
||||||
|
die();
|
||||||
|
return;
|
||||||
|
}
|
||||||
error_log(json_encode($_REQUEST));
|
error_log(json_encode($_REQUEST));
|
||||||
$jwt = getReqVal('jwt', '');
|
$jwt = getReqVal('jwt', '');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user