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.