|
|
|
@ -80,8 +80,8 @@ class dalianpay{ |
|
|
|
// 'version' => '11', |
|
|
|
// jsapi支付不需要termcode |
|
|
|
// 'termcode' => $config['termcode'], |
|
|
|
// 'trxamt' => $trxamt, // total_fee |
|
|
|
'trxamt' => '180000', // total_fee |
|
|
|
'trxamt' => strval($trxamt), // total_fee bug: need:string supply:int |
|
|
|
// 'trxamt' => '180000', // total_fee |
|
|
|
'reqsn' => $reqsn, // 交易订单号 |
|
|
|
// 'reqsn' => uniqid($reqsn_prefix), // 交易订单号 |
|
|
|
'producp' => $config['producp'], |
|
|
|
|