sjw 4 yıl önce
ebeveyn
işleme
135a52b31c

+ 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格式