From 6d01efee082f141697004228f3613b08203c17ca Mon Sep 17 00:00:00 2001 From: ywmoyue Date: Sun, 3 Nov 2024 12:35:12 +0800 Subject: [PATCH] =?UTF-8?q?#896=20=E6=90=9C=E7=B4=A2=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84api=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BiliLite.UWP/Models/Requests/Api/AccountApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BiliLite.UWP/Models/Requests/Api/AccountApi.cs b/src/BiliLite.UWP/Models/Requests/Api/AccountApi.cs index 1ac1e683..870c7aa9 100644 --- a/src/BiliLite.UWP/Models/Requests/Api/AccountApi.cs +++ b/src/BiliLite.UWP/Models/Requests/Api/AccountApi.cs @@ -318,7 +318,7 @@ public ApiModel SearchHistory(string keyword, int page) var api = new ApiModel() { method = HttpMethods.Get, - baseUrl = $"{ApiHelper.API_BASE_URL}/x/web-goblin/history/search", + baseUrl = $"{ApiHelper.API_BASE_URL}/x/web-interface/history/search", parameter = $"pn={page}&ps=20&keyword={kw}&business=all", need_cookie = true, };