Commit 88f6809a by 宋毅

tj

parent 52945127
......@@ -88,7 +88,7 @@ class utilsTlBankSve extends AppServiceBase {
// sPara.push([key, params[key]]);
// }
sPara.push([key, params[key]]);
sPara.push([key, "\"" + params[key] + "\""]);
}
sPara = sPara.sort();
var prestr = '';
......
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