Commit fad9848d authored by 李健华's avatar 李健华

验证形式

parent ac452f8d
......@@ -299,7 +299,7 @@ public class GeetestLib {
return_seccode = return_map.getString("seccode");
gtlog("md5: " + Md5Util.build(return_seccode));
if (return_seccode.equals(Md5Util.build(seccode))) {
val.put("validataMethod", return_map.getString("validata_method"));
val.put("validataMethod", return_map.getString("challenge_type"));
return val;
} else {
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