From 54b17897118cbb94449214bf8deb07ea19b07622 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Fri, 24 Jan 2025 13:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2rom=E6=97=B6,=E5=B8=A6?= =?UTF-8?q?=E4=B8=8A=E5=B9=B3=E5=8F=B0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/HttpAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/HttpAPI.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/HttpAPI.cs index ad08c1b5..59722154 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/HttpAPI.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/HttpAPI.cs @@ -40,7 +40,7 @@ namespace AxibugEmuOnline.Client //string utf8String = Encoding.UTF8.GetString(utf8Bytes); //searchKey = UrlEncode(utf8String); //App.log.Info($"search->{utf8String} ->{searchKey}"); - string url = $"{WebSiteApi}/RomList?Page={page}&PageSize={pageSize}&SearchKey={searchKey}&Token={App.user.Token}"; + string url = $"{WebSiteApi}/RomList?Page={page}&PageSize={pageSize}&PType={(int)platform}&SearchKey={searchKey}&Token={App.user.Token}"; App.log.Info($"GetRomList=>{url}"); AxiHttpProxy.SendWebRequestProxy request = AxiHttpProxy.Get(url); yield return request.SendWebRequest;