Skip to content

Commit 4d44398

Browse files
authored
🐛 #1649 修复小程序直播间列表接口出现 require https hints 的问题
1 parent ba33c9a commit 4d44398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaLiveService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author <a href="https://github.com/yjwang3300300">yjwang</a>
1515
*/
1616
public interface WxMaLiveService {
17-
String GET_LIVE_INFO = "http://api.weixin.qq.com/wxa/business/getliveinfo";
17+
String GET_LIVE_INFO = "https://api.weixin.qq.com/wxa/business/getliveinfo";
1818

1919
/**
2020
* 获取直播房间列表.(分页)

0 commit comments

Comments
 (0)