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