海康访客机对接程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
801 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
</connectionStrings>
<appSettings>
2 years ago
<!--访客机服务器IP地址-->
<add key="strDeviceIp" value="192.168.31.210"/>
<!--访客机服务对接接口-->
<add key="sPort" value="81"/>
<add key="strUserName" value="admin"/>
<add key="strPassword" value="admin123"/>
<add key="deviceSericeNo" value="DVC-111"/>
<add key="strUrl1" value="http://39.104.70.32:8073/Handle/HIKVisitorRec.ashx"/>
<add key="strUrl" value="http://8.142.30.104:8310/Handle/XJ_shzxfzd/HIKVisitorRec.ashx"/>
<add key="DistributeUserUrl" value="https://localhost:8095/api/SHZDistributeUser/AddEmployee"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>