This commit is contained in:
aozhiwei 2024-06-07 10:15:43 +08:00
parent 16ec8694c7
commit b4f80c78c2

View File

@ -904,7 +904,7 @@ class UserController extends BaseAuthedController {
public function updateAddressBind() public function updateAddressBind()
{ {
if (myself()->_getChannel() != BC_POLY_CHANNEL) { if (myself()->_getChannel() != IMTBL_CHANNEL) {
phpcommon\sendError(1, 'token error'); phpcommon\sendError(1, 'token error');
die(); die();
return; return;