Commit 46910c79 authored by 李健华's avatar 李健华

验证通过

parent 8f2f7267
...@@ -301,6 +301,7 @@ public class GeetestLib { ...@@ -301,6 +301,7 @@ public class GeetestLib {
if (return_seccode.equals(Md5Util.build(seccode))) { if (return_seccode.equals(Md5Util.build(seccode))) {
gtlog("validateMethod: "+ return_map.getString("challenge_type")); gtlog("validateMethod: "+ return_map.getString("challenge_type"));
val.put("validataMethod", return_map.getString("challenge_type")); val.put("validataMethod", return_map.getString("challenge_type"));
val.put("bl", 1);
return val; return val;
} else { } else {
return val; return val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment