mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 03:01:18 +00:00
修复直播间获取接口地址
This commit is contained in:
parent
4d13ed8143
commit
fb2a895890
@ -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.
|
* ProgramWechatLive constructor.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user