Commit 42458fc2 by 宋毅

tj

parent 4262a2ad
......@@ -79,7 +79,7 @@ class utilsTlBankSve extends AppServiceBase {
var sPara = [];
if (!params) return null;
for (var key in params) {
if ((!params[key]) || key == "sign") {
if ((!params[key]) || key == "sign" || key == "sign_type") {
continue;
};
// if (key === "subject" || key === "body") {
......
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