1
0
mirror of synced 2025-12-17 04:43:15 +08:00

🐛 #1649 修复小程序直播间列表接口出现 require https hints 的问题

This commit is contained in:
taneg
2020-06-30 10:45:27 +08:00
committed by GitHub
parent ba33c9a728
commit 4d44398d7a

View File

@@ -14,7 +14,7 @@ import java.util.List;
* @author <a href="https://github.com/yjwang3300300">yjwang</a> * @author <a href="https://github.com/yjwang3300300">yjwang</a>
*/ */
public interface WxMaLiveService { 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";
/** /**
* 获取直播房间列表.(分页) * 获取直播房间列表.(分页)