62 lines
3.2 KiB
XML
62 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<!--
|
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
|
|
|
可在 <httpRuntime> 标记上设置以下特性。
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.6" />
|
|
</system.Web>
|
|
-->
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
|
<bindingRedirect oldVersion="6.0.0.0" newVersion="12.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.6"/>
|
|
<pages controlRenderingCompatibilityVersion="4.0"/>
|
|
</system.web>
|
|
<appSettings>
|
|
<!--客无忧接口url-->
|
|
<add key="url_kwy" value="https://www.weiwoju.com/Payapi/Ys/"/>
|
|
<!--付付接口url-->
|
|
<add key="url_ff" value="https://www.ffdzpay.com/gateway/pay"/>
|
|
<!--银联接口url-->
|
|
<add key="url_yl" value="https://jt.vc-card.com/jiaotou/jiaotouTranscation"/>
|
|
<!--营销报表账期数据:山西-->
|
|
<add key="140000" value="http://124.165.206.9:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:浙江-->
|
|
<add key="330000" value="http://localhost:8010/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<add key="330000_Balance" value="https://user.eshangtech.com/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<add key="330000_SynchroDownloadUrl" value="http://183.129.232.104:8010/ExchangeData/Handler/handler_ajax.ashx"/>
|
|
<add key="330000_SynchroUrl" value="http://183.129.232.104:7080/service.asmx"/>
|
|
<!--营销报表账期数据:四川-->
|
|
<add key="510000" value="http://syyw.eshangtech.com:13435/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:广西-->
|
|
<add key="450000" value="http://113.16.255.162:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:江西-->
|
|
<add key="360000" value="http://220.177.42.231:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:贵州-->
|
|
<add key="520000" value="http://eshangtech.com:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:温州-->
|
|
<add key="330300" value="http://218.75.19.2:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:甘肃-->
|
|
<add key="620000" value="http://47.110.43.130:6060/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--营销报表账期数据:广西南宁分公司-->
|
|
<add key="451200" value="http://cloud.eshangtech.com/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--青海-->
|
|
<add key="630000" value="http://47.110.43.130:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--营销日结归口查询-->
|
|
<add key="url_yx_day" value="localhost:8000"/>
|
|
<add key="redisConnectionstring" value="192.168.11.194:6380,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000"/>
|
|
<add key="redisDbNum" value="0"/>
|
|
</appSettings>
|
|
</configuration> |