30 lines
1.6 KiB
XML
30 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="Server" value="192.168.11.193"/>
|
|
<add key="Port" value="1521"/>
|
|
<add key="Name" value="orcl"/>
|
|
<add key="UserName" value="HIGHWAY_EXCHANGE"/>
|
|
<add key="UserPwd" value="qrwl"/>
|
|
<add key="PROVINCE_CODES" value="620000"/>
|
|
<!--定时11点执行-->
|
|
<add key="Hour" value="11"/>
|
|
<!--营销报表账期数据:浙江-->
|
|
<add key="330000" value="http://183.129.232.107:8010/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:四川-->
|
|
<add key="510000" value="http://syyw.eshangtech.com:13435/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:广西-->
|
|
<add key="450000" value="http://113.16.255.162:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:江西-->
|
|
<add key="360000" value="http://220.177.42.231:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:贵州-->
|
|
<add key="520000" value="http://eshangtech.com:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:温州-->
|
|
<add key="330300" value="http://218.75.19.2:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销报表账期数据:甘肃-->
|
|
<add key="620000" value="http://47.92.38.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
</appSettings>
|
|
</configuration> |