Commit 52945127 by 宋毅

tj

parent bd3dfdbc
...@@ -58,10 +58,12 @@ class utilsTlBankSve extends AppServiceBase { ...@@ -58,10 +58,12 @@ class utilsTlBankSve extends AppServiceBase {
// } // }
// }).join('&'); // }).join('&');
// let text = "a=123";
let text = await this.getVerifyParams(parameters); let text = await this.getVerifyParams(parameters);
// console.log(text, "signature.............texttexttexttext.............>")
let buffer = Buffer.from(text); let buffer = Buffer.from(text);
let signature = key.sign(buffer).toString('base64'); let signature = key.sign(buffer).toString('base64');
// console.log(signature, "signature..........................>")
this.logCtl.info({ this.logCtl.info({
appid: pobj.appInfo ? pobj.appInfo.uapp_id : "", appid: pobj.appInfo ? pobj.appInfo.uapp_id : "",
appkey: pobj.appInfo ? pobj.appInfo.uapp_key : "", appkey: pobj.appInfo ? pobj.appInfo.uapp_key : "",
......
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