Commit bd3dfdbc by 宋毅

tj

parent 690e5a15
......@@ -32,11 +32,11 @@ class utilsTlBankSve extends AppServiceBase {
notify_url: payParam.notify_url,
// app_id: pobj.appInfo.uapp_id.toString(),//可为空
out_trade_no: actionBody.order_num,
subject: actionBody.body_desc,
subject: "888",//actionBody.body_desc,
payment_type: "1",
seller_id: payParam.seller_id,
total_fee: actionBody.total_fee,
body: actionBody.body_desc,
body: "888",//actionBody.body_desc,
sign_type: "RSA"
};
var signStr = await this.getCreateAliSignStr(pobj, parameters, payParam.privatekey, "sha1");
......
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