From 9f18954857e9c4c691fc2c8e83d7728abdc18f74 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 08 七月 2025 17:54:22 +0800 Subject: [PATCH] 添加后台图片前台调用的图床接口备用,修复测试出现的问题 --- HH.WCS.Mobox3.AnGang.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.AnGang.csproj b/HH.WCS.Mobox3.AnGang.csproj index 2b3bf1d..3cf0433 100644 --- a/HH.WCS.Mobox3.AnGang.csproj +++ b/HH.WCS.Mobox3.AnGang.csproj @@ -260,6 +260,7 @@ <Compile Include="api\ApiHelper.cs" /> <Compile Include="api\DebugController.cs" /> <Compile Include="api\ErpController.cs" /> + <Compile Include="api\ImageController.cs" /> <Compile Include="api\MoboxController.cs" /> <Compile Include="api\AgvController.cs" /> <Compile Include="api\ApiModel.cs" /> @@ -310,7 +311,6 @@ <ItemGroup> <None Include=".editorconfig" /> <None Include="App.config" /> - <None Include="config\config.comment.json" /> <None Include="config\config.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> -- Gitblit v1.9.1