mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 18:55:13 +08:00
🐛 #1649 修复小程序直播间列表接口出现 require https hints 的问题
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
* @author <a href="https://github.com/yjwang3300300">yjwang</a>
|
||||
*/
|
||||
public interface WxMaLiveService {
|
||||
String GET_LIVE_INFO = "http://api.weixin.qq.com/wxa/business/getliveinfo";
|
||||
String GET_LIVE_INFO = "https://api.weixin.qq.com/wxa/business/getliveinfo";
|
||||
|
||||
/**
|
||||
* 获取直播房间列表.(分页)
|
||||
|
Reference in New Issue
Block a user