From c6e83736dfcd942dd073c775700d8ba6de600423 Mon Sep 17 00:00:00 2001 From: ONEXIN Date: Wed, 21 Apr 2021 12:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B7=B2=E5=A4=B1=E6=95=88=E7=9A=84API?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/plugin/wechat/wechat.lib.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/plugin/wechat/wechat.lib.class.php b/upload/source/plugin/wechat/wechat.lib.class.php index 1b519e1bb..707531b53 100644 --- a/upload/source/plugin/wechat/wechat.lib.class.php +++ b/upload/source/plugin/wechat/wechat.lib.class.php @@ -304,7 +304,7 @@ class WeChatServer { class WeChatClient { public static $_URL_API_ROOT = 'https://api.weixin.qq.com'; - public static $_URL_FILE_API_ROOT = 'http://file.api.weixin.qq.com'; + public static $_URL_FILE_API_ROOT = 'https://api.weixin.qq.com'; public static $_URL_QR_ROOT = 'https://mp.weixin.qq.com'; public static $_QRCODE_TICKET_DEFAULT_ID = 1; public static $ERRCODE_MAP = array( -- Gitee