Commit 6659d2e1 by 宋毅

tj

parent 20095837
...@@ -26,26 +26,18 @@ class utilsTlBankSve extends AppServiceBase { ...@@ -26,26 +26,18 @@ class utilsTlBankSve extends AppServiceBase {
return { status: -310, msg: "应用没有对应的支付凭证" }; return { status: -310, msg: "应用没有对应的支付凭证" };
} }
var parameters = { var parameters = {
// "service="mobile.securitypay.pay"",
// "partner="2088101568338364"",
// "_input_charset="utf-8"",
// "notify_url="http://notify.msp.hk/notify.htm"",
// "out_trade_no="0819145412-6177"",
// "subject="《暗黑破坏神3:凯恩之书》"",
// "payment_type="1"",
// "seller_id="alipay-test01@alipay.com"",
// "total_fee="0.01""
service: "mobile.securitypay.pay", service: "mobile.securitypay.pay",
partner: payParam.partner, partner: payParam.partner,
_input_charset: "UTF-8", _input_charset: "UTF-8",
notify_url: payParam.notify_url, notify_url: payParam.notify_url,
// app_id: pobj.appInfo.uapp_id.toString(),//可为空 app_id: pobj.appInfo.uapp_id.toString(),//可为空
out_trade_no: actionBody.order_num, out_trade_no: actionBody.order_num,
subject: "888",//actionBody.body_desc, subject: actionBody.body_desc,
body: "888",//actionBody.body_desc, body: actionBody.body_desc,
payment_type: "1", payment_type: "1",
seller_id: payParam.seller_id, seller_id: payParam.seller_id,
total_fee: actionBody.total_fee.toString(), total_fee: actionBody.total_fee.toString(),
it_b_pay: "2d",
sign_type: "RSA" sign_type: "RSA"
}; };
// let signParam = "a=123"; // let signParam = "a=123";
......
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