We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
case stateHaveImsi: { if (ludata()->mFullQuery && gConfig.defines("Control.LUR.QueryIMEI") && ludata()->store.getImei().size() == 0) { return sendQuery(IMEIType); } return machineRunState(stateHaveIds); }
gConfig.defines 这句是不是应该为 gConfig.getBool
The text was updated successfully, but these errors were encountered:
你输入的值不是bool型的,而且这个明显可以加正则的
Sorry, something went wrong.
No branches or pull requests
case stateHaveImsi:
{
if (ludata()->mFullQuery && gConfig.defines("Control.LUR.QueryIMEI") && ludata()->store.getImei().size() == 0) { return sendQuery(IMEIType); }
return machineRunState(stateHaveIds);
}
gConfig.defines 这句是不是应该为 gConfig.getBool
The text was updated successfully, but these errors were encountered: