We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba33c9a commit 4d44398Copy full SHA for 4d44398
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaLiveService.java
@@ -14,7 +14,7 @@
14
* @author <a href="https://github.com/yjwang3300300">yjwang</a>
15
*/
16
public interface WxMaLiveService {
17
- String GET_LIVE_INFO = "http://api.weixin.qq.com/wxa/business/getliveinfo";
+ String GET_LIVE_INFO = "https://api.weixin.qq.com/wxa/business/getliveinfo";
18
19
/**
20
* 获取直播房间列表.(分页)
0 commit comments