Commit 76c3e748 authored by 技术部-任文超's avatar 技术部-任文超

打开极验log

parent 03bd9bac
package cn.quantgroup.xyqb.service.captcha;
import lombok.extern.slf4j.Slf4j;
import org.json.JSONException;
import org.json.JSONObject;
......@@ -18,6 +19,7 @@ import java.util.Map;
*
* @author geetet
*/
@Slf4j
public class GeetestLib {
protected final String verName = "4.0";
......@@ -321,7 +323,7 @@ public class GeetestLib {
*/
public void gtlog(String message) {
if (debugCode) {
System.out.println("gtlog: " + message);
log.info("gtlog: {}", message);
}
}
......
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