🐛 #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>
|
* @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";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取直播房间列表.(分页)
|
* 获取直播房间列表.(分页)
|
||||||
|
|||||||
Reference in New Issue
Block a user