1
This commit is contained in:
parent
2c1f15ceca
commit
d62db91dd9
@ -823,7 +823,7 @@ class UserController extends BaseAuthedController {
|
||||
$this->_rspErr(1, 'address is empty');
|
||||
return;
|
||||
}
|
||||
if (UserHonor::_isValidHonorType($token_type)) {
|
||||
if (!UserHonor::_isValidHonorType($token_type)) {
|
||||
$this->_rspErr(1, 'token_type is error');
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user