Commit 73e198dd by 宋毅

tj

parent a5e7ad43
...@@ -175,7 +175,6 @@ class utilsTlBankSve { ...@@ -175,7 +175,6 @@ class utilsTlBankSve {
var signStr = signArr.join("&") + "&key=" + pay_key; var signStr = signArr.join("&") + "&key=" + pay_key;
var tmpSign = md5(signStr).toUpperCase(); var tmpSign = md5(signStr).toUpperCase();
jsonObj.sign = tmpSign; jsonObj.sign = tmpSign;
delete jsonObj["key"];
reqResult.req_param = jsonObj; reqResult.req_param = jsonObj;
return reqResult; return reqResult;
} }
......
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