From fb2a895890eacb50c841acdf04af226337260abe Mon Sep 17 00:00:00 2001 From: liaofei <136327134@qq.com> Date: Mon, 17 Aug 2020 18:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B4=E6=92=AD=E9=97=B4?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/crmeb/services/wechatlive/ProgramWechatLive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmeb/crmeb/services/wechatlive/ProgramWechatLive.php b/crmeb/crmeb/services/wechatlive/ProgramWechatLive.php index ae6addce..ad8d70b1 100644 --- a/crmeb/crmeb/services/wechatlive/ProgramWechatLive.php +++ b/crmeb/crmeb/services/wechatlive/ProgramWechatLive.php @@ -16,7 +16,7 @@ class ProgramWechatLive extends AbstractAPI /** * 获取直播列表信息 */ - const API_WECHAT_LIVE = 'http://api.weixin.qq.com/wxa/business/getliveinfo'; + const API_WECHAT_LIVE = 'https://api.weixin.qq.com/wxa/business/getliveinfo'; /** * ProgramWechatLive constructor.