Browse Source

test

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

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

@ -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'],

Loading…
Cancel
Save