From 570a7744f9489314cd6a5cdcd964f11a9edfca74 Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Wed, 16 Aug 2023 13:26:53 +0800 Subject: [PATCH] wxnotify --- mobile/source/helpers/dalianpay/library/Crypt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/source/helpers/dalianpay/library/Crypt.php b/mobile/source/helpers/dalianpay/library/Crypt.php index f8155b5..0331164 100644 --- a/mobile/source/helpers/dalianpay/library/Crypt.php +++ b/mobile/source/helpers/dalianpay/library/Crypt.php @@ -57,7 +57,8 @@ class Crypt // 升序排列 ksort($data); // 转字符串 - $pre_sign_str = http_build_query($data); + // $pre_sign_str = http_build_query($data); + $pre_sign_str = $data . ''; echo "[pre_sign_str(jiao yi message)]: {$pre_sign_str}"; // die();