Browse Source

wxnotify

master
dutsc 3 years ago
parent
commit
6237fde016
  1. 4
      mobile/source/helpers/dalianpay/demo/dalianpay.php

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

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

Loading…
Cancel
Save