Browse Source

test

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

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

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

Loading…
Cancel
Save