From e5ec865082f0be63e507f394705ee019b1f74525 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 10 Dec 2021 00:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/Wechat.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extend/base/Wechat.php b/extend/base/Wechat.php index 2cea9fa5f..b135f195c 100755 --- a/extend/base/Wechat.php +++ b/extend/base/Wechat.php @@ -226,7 +226,6 @@ class Wechat // 这里参数的顺序要按照 key 值 ASCII 码升序排序 $string = "jsapi_ticket={$ticket}&noncestr={$nonce_str}×tamp={$timestamp}&url={$url}"; - return [ 'appId' => $this->_appid, 'nonceStr' => $nonce_str, -- GitLab