Browse Source

test

master
用户名 3 years ago
parent
commit
b62dcf768f
  1. 4
      mobile/source/helpers/dalianpay/demo/dalianpay.php

4
mobile/source/helpers/dalianpay/demo/dalianpay.php

@ -91,8 +91,8 @@ class dalianpay{
'branchno' => '44', 'branchno' => '44',
// 'termcode' => $config['termcode'], // 'termcode' => $config['termcode'],
'version' => '11', 'version' => '11',
'trxamt' => $trxamt, // total_fee 'trxamt' => '600', // total_fee
'reqsn' => $reqsn, // 交易订单号 'reqsn' => uniqid($reqsn_prefix), // 交易订单号
'producp' => 'JX0002', 'producp' => 'JX0002',
'transtype' => 'JSP501', // 微信支付 'transtype' => 'JSP501', // 微信支付
'paytype' => 'W02', // 微信js支付 'paytype' => 'W02', // 微信js支付

Loading…
Cancel
Save