From 654f4b328108504a4fc63cdd8cef86d84e2e3a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 26 Jan 2026 10:06:51 +0800 Subject: [PATCH] =?UTF-8?q?js=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Wechat.php b/application/api/controller/Wechat.php index ecaa33e5..aa522946 100644 --- a/application/api/controller/Wechat.php +++ b/application/api/controller/Wechat.php @@ -12,7 +12,7 @@ class Wechat extends Controller private $appId = 'wx0f0c0c0c0c0c0c0c'; private $appSecret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; - /** + /* * 核心:用code换取openid的方法 * @param string $code 微信回调带来的code * @return string|bool 成功返回openid,失败返回false