Skip to content

Commit

Permalink
更换Langlive API
Browse files Browse the repository at this point in the history
  • Loading branch information
mikualpha committed Nov 27, 2020
1 parent e674da7 commit 11df5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Native.Core/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ret": 1, // 返回码,固定为1
"apiver": 9,
"name": "直播开播提醒",
"version": "1.5.2",
"version_id": 1027,
"version": "1.5.3",
"version_id": 1028,
"author": "初音未来Alpha",
"description": "直播平台开播提醒(斗鱼、Bilibili、Twitch、KingKong等)",
"event": [ // 事件列表,同一事件类型可重复定义(发布前请删除无用事件)
Expand Down
2 changes: 1 addition & 1 deletion cn.mikualpha.livesign.Code/KingkongLiveCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected override string getHttp(string room)
{
try
{
return Encoding.UTF8.GetString(HttpWebClient.Get("https://api-kk.lv-play.com/webapi/v1/search/global?keyword=" + room));
return Encoding.UTF8.GetString(HttpWebClient.Get("https://game-api.lang.live/webapi/v1/search/global?keyword=" + room));
}
catch (Exception)
{
Expand Down

0 comments on commit 11df5a4

Please sign in to comment.