🐛 #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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
/**
* 获取直播房间列表.分页