From 0fc2865a039d2ff1463792b3c6b03d66fb252c95 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 13:50:08 +0800 Subject: [PATCH] modify path online --- mobile/source/helpers/dalianpay/demo/dalianpay.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/source/helpers/dalianpay/demo/dalianpay.php b/mobile/source/helpers/dalianpay/demo/dalianpay.php index ad61633..6ad86e3 100644 --- a/mobile/source/helpers/dalianpay/demo/dalianpay.php +++ b/mobile/source/helpers/dalianpay/demo/dalianpay.php @@ -100,7 +100,6 @@ class dalianpay{ // 加密交易报文 $crypted_trade_data = $Base->Crypt->encryptTradeData($trade_data); - return $crypted_trade_data; // sc_test if($crypted_trade_data === false) { // echo $Base->Crypt->err_msg; @@ -118,7 +117,7 @@ class dalianpay{ // echo "\r\n"; // var_dump($api_url); $response = $Base->Request->send($api_url, $crypted_trade_data, $sign); - // echo $response; + return $response; // sc_test if($response === false) { // echo $Base->Request->err_msg;