Commit 690e5a15 by 宋毅

tj

parent 81df5695
......@@ -80,13 +80,13 @@ class utilsTlBankSve extends AppServiceBase {
if ((!params[key]) || key == "sign" || key == "sign_type") {
continue;
};
if (key === "subject" || key === "body") {
sPara.push([key, encodeURIComponent(params[key])]);
} else {
sPara.push([key, params[key]]);
}
// if (key === "subject" || key === "body") {
// sPara.push([key, encodeURIComponent(params[key])]);
// } else {
// 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