This commit is contained in:
2025-12-07 11:07:14 +08:00
parent 134f759589
commit f1786018e6
4 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -847,7 +847,8 @@ namespace WebAPI.Controllers
x.ExchangeTime,
x.ExchangeTime2,
x.PhotoUrl,
x.IsUsed
x.IsUsed,
Blacklist=x.IsBlacklist
}).Take(400).ToList();
}
catch (Exception ex)
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />