Commit 233d4121 by 宋毅

tj

parent cabcf7b0
......@@ -41,7 +41,7 @@ class utilsTlBankSve extends AppServiceBase {
};
var signStr = await this.getCreateAliSignStr(payParam, parameters);
// var signStr = await this.generateSign(pobj, parameters, payParam.privatekey, "RSA-SHA1");
parameters.sign = encodeURIComponent(signStr);
parameters.sign = signStr;// encodeURIComponent(signStr);
return system.getResultSuccess(parameters);
}
......
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