mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 #1649 修复小程序直播间列表接口出现 require https hints 的问题
This commit is contained in:
parent
ba33c9a728
commit
4d44398d7a
@ -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";
|
||||
|
||||
/**
|
||||
* 获取直播房间列表.(分页)
|
||||
|
Loading…
Reference in New Issue
Block a user