Commit 528c1725 by 宋毅

tj

parent 14241c05
......@@ -207,7 +207,7 @@ class ExecClientNew {
if (!ContentType) {
ContentType = "application/json";
}
var data = params;
var data = JSON.stringify(params);
// if (typeof params === 'object') {
// // 声明cache变量,便于匹配是否有循环引用的情况
// var cache = [];
......
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