From 79514e4bfba73f86111156ceb4176c0498846289 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Tue, 22 Oct 2024 23:58:38 +0800 Subject: [PATCH] mod: history search api --- lib/http/api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/api.dart b/lib/http/api.dart index 3d292345..787b036b 100644 --- a/lib/http/api.dart +++ b/lib/http/api.dart @@ -175,7 +175,7 @@ class Api { static const String delHistory = '/x/v2/history/delete'; // 搜索历史记录 - static const String searchHistory = '/x/web-goblin/history/search'; + static const String searchHistory = '/x/web-interface/history/search'; // 热搜 static const String hotSearchList =