Commit 4262a2ad by 宋毅

tj

parent 4626778a
......@@ -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