Skip to content
New issue

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

gConfig.defines("Control.LUR.QueryIMEI") Bug ?? #25

Open
LeeSSXX opened this issue Aug 30, 2014 · 1 comment
Open

gConfig.defines("Control.LUR.QueryIMEI") Bug ?? #25

LeeSSXX opened this issue Aug 30, 2014 · 1 comment

Comments

@LeeSSXX
Copy link

LeeSSXX commented Aug 30, 2014

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

@yangkkokk
Copy link

你输入的值不是bool型的,而且这个明显可以加正则的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants