From 3b039dabc0a4c1d23622e38f05be294bebb55b61 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 15:19:57 +0800 Subject: [PATCH] test --- mobile/source/helpers/dalianpay/demo/dalianpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/source/helpers/dalianpay/demo/dalianpay.php b/mobile/source/helpers/dalianpay/demo/dalianpay.php index 0842c55..f7d2a53 100644 --- a/mobile/source/helpers/dalianpay/demo/dalianpay.php +++ b/mobile/source/helpers/dalianpay/demo/dalianpay.php @@ -180,7 +180,7 @@ class dalianpay{ // echo "\r\n"; // echo "[response data(clear text)]: {$response_data}"; // die(); - // var_dump(json_decode($response_data)); + var_dump(json_decode($response_data)); // $_SESSION['response_data_json'] = $response_data; return $response_data;