sjw 4 år sedan
förälder
incheckning
135a52b31c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/rest/openapi/base/restful/WebClientRest.java

+ 1 - 0
src/rest/openapi/base/restful/WebClientRest.java

@@ -42,6 +42,7 @@ public class WebClientRest {
     public String method(String RequestContent) {
         if (parameter.isdebug) {
             new SQLiteJDBC().InsertLogMsg("请求内容", RequestContent, "info", true);
+
         }
         /**
          * 验证请求正文是否为规范的SONObject格式