This commit is contained in:
aozhiwei 2023-06-13 17:12:52 +08:00
parent ea23702bd2
commit 6baf69af69
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit e658ed5f7e4112801e59206f6da6f01db7131cd1
Subproject commit a071cc2b7fcc2e5c9597d29d07378b4f29ace591

View File

@ -805,6 +805,11 @@ class UserController extends BaseAuthedController {
public function updateAddressBind()
{
if (myself()->_getChannel() != BC_POLY_CHANNEL) {
phpcommon\sendError(1, 'token error');
die();
return;
}
error_log(json_encode($_REQUEST));
$jwt = getReqVal('jwt', '');