Fixed typo
This commit is contained in:
parent
bf527e31d2
commit
03eca44be5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class Client {
|
|||
JSONObject json = JSONUtil.parse(s);
|
||||
if (json == null) return;
|
||||
|
||||
String str = JSONUtil.getValue(json, "action");
|
||||
String str = JSONUtil.getValue(json, "task");
|
||||
if (str == null || str.isEmpty()) return;
|
||||
|
||||
if (str.equals("VERIFY")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue