From 795afae86d6b3116338287180db6dbd98b0bd59d Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 14 一月 2022 19:39:19 +0800 Subject: [PATCH] 修改了字段数据类型 --- WebAPI/Web.config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Web.config b/WebAPI/Web.config index 406a122..9090398 100644 --- a/WebAPI/Web.config +++ b/WebAPI/Web.config @@ -86,7 +86,7 @@ <applicationSettings> <WebAPI.Properties.Settings> <setting name="WebAPI_WebS_WebService1" serializeAs="String"> - <value>http://localhost/WEBS-WMSTest/WebService1.asmx</value> + <value>http://localhost:8098/WebService1.asmx</value> </setting> </WebAPI.Properties.Settings> </applicationSettings> -- Gitblit v1.9.1