From e8a74ad77bba208d01f2e4e4cfd8ae818b33a721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Thu, 3 Aug 2023 16:25:22 +0800 Subject: [PATCH] test --- mobile/source/helpers/dalianpay/demo/dalianpay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/source/helpers/dalianpay/demo/dalianpay.php b/mobile/source/helpers/dalianpay/demo/dalianpay.php index 0505336..8f782c4 100644 --- a/mobile/source/helpers/dalianpay/demo/dalianpay.php +++ b/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'],