From 7d470921d77ecdc9a8c6edb6191f29e0d656d566 Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Fri, 11 Aug 2023 16:14:08 +0800 Subject: [PATCH] test link --- mobile/source/helpers/dalianpay/library/Crypt.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/source/helpers/dalianpay/library/Crypt.php b/mobile/source/helpers/dalianpay/library/Crypt.php index 712f90f..5c9dedd 100644 --- a/mobile/source/helpers/dalianpay/library/Crypt.php +++ b/mobile/source/helpers/dalianpay/library/Crypt.php @@ -211,9 +211,9 @@ class Crypt // echo "\r\n"; // var_dump($decrypted_data); $charset = mb_detect_encoding($decrypted_data); // 这个东西有点问题 解析出来是false 先不用了 - // echo "\r\n"; - // var_dump($charset); - // echo "\r\n"; + echo "\r\n"; + var_dump($charset); + echo "\r\n"; $decrypted_data = mb_convert_encoding($decrypted_data, 'UTF-8', 'GBK'); // echo "\r\n";