From c9022984dc8c256c0c8a66d189a832e8589d8147 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 12 七月 2021 16:12:14 +0800
Subject: [PATCH] 文件上传功能调整
---
WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user | 6 +++---
WebAPI/Web.config | 2 +-
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index a8f4959..bcc10ba 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -499,7 +499,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "涓婁紶澶辫触锛�";
+ objJsonResult.Message = dyResult.returnval;
objJsonResult.data = null;
return objJsonResult;
}
diff --git a/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
index 69fdffb..6973bc5 100644
--- a/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -153,10 +153,10 @@
<publishTime>11/24/2014 11:18:48</publishTime>
</File>
<File Include="bin/WebAPI.dll">
- <publishTime>07/05/2021 13:46:25</publishTime>
+ <publishTime>07/12/2021 15:59:39</publishTime>
</File>
<File Include="bin/WebAPI.pdb">
- <publishTime>07/05/2021 13:46:25</publishTime>
+ <publishTime>07/12/2021 15:59:39</publishTime>
</File>
<File Include="bin/WebGrease.dll">
<publishTime>07/17/2013 17:03:52</publishTime>
@@ -324,7 +324,7 @@
<publishTime>02/22/2021 09:25:20</publishTime>
</File>
<File Include="Web.config">
- <publishTime>07/05/2021 13:46:40</publishTime>
+ <publishTime>07/12/2021 16:00:31</publishTime>
</File>
</ItemGroup>
</Project>
\ No newline at end of file
diff --git a/WebAPI/Web.config b/WebAPI/Web.config
index 4be5306..0606607 100644
--- a/WebAPI/Web.config
+++ b/WebAPI/Web.config
@@ -18,7 +18,7 @@
<appSettings>
<!--鏈嶅姟鍣ㄦ枃浠禝P鍦板潃-->
<!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>-->
- <add key="FileIP" value="http://localhost:8085/"/>
+ <add key="FileIP" value="http://localhost:8080/"/>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
--
Gitblit v1.9.1