From afda40ef498cca59e58b2b6869deae90f3c13de5 Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期五, 30 七月 2021 13:49:58 +0800 Subject: [PATCH] 增加HTTP测试工具 --- CMPPHOST/CMPPHOST/bin/Debug/CMPPHOST.exe.config | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMPPHOST/CMPPHOST/bin/Debug/CMPPHOST.exe.config b/CMPPHOST/CMPPHOST/bin/Debug/CMPPHOST.exe.config index 33f4b51..83a26ee 100644 --- a/CMPPHOST/CMPPHOST/bin/Debug/CMPPHOST.exe.config +++ b/CMPPHOST/CMPPHOST/bin/Debug/CMPPHOST.exe.config @@ -3,10 +3,10 @@ <appSettings> <add key="MsgListBoxMaxRow" value="5000" /> <add key="ErrListBoxMaxRow" value="0" /> - <add key="SPCODE" value="183" /> - <add key="SPID" value="922183" /> - <add key="PASSWD" value="922183" /> - <add key="ServerIP" value="47.98.114.143" /> + <add key="SPCODE" value="001" /> + <add key="SPID" value="922001" /> + <add key="PASSWD" value="922001" /> + <add key="ServerIP" value="8.129.227.30" /> <add key="ServerPort" value="7890" /> <add key="DBSource" value="127.0.0.1\MSSQLR2" /> <add key="DBUserID" value="sa" /> -- Gitblit v1.9.1