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