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