Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
小程序直播间列表接口不定时出现: require https hints:[xxxxxx]
  • Loading branch information
taneg committed Jun 29, 2020
commit 385970c590f45fc8a314139c707ba08e5434b011
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @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";

/**
* 获取直播房间列表.(分页)
Expand Down