82 lines
4.6 KiB
XML
82 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
有关如何配置 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="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
|
</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="249" value="http://127.0.0.1:8010/MobileServicePlatform/Handler/handler_ajax.ashx" />
|
|
<add key="340000" value="http://47.110.43.130:6060/MobileServicePlatform/Handler/handler_ajax.ashx" />
|
|
<!--营销报表账期数据:山西-->
|
|
<add key="140000" value="http://124.165.206.9:6060/MobileServicePlatform/Handler/handler_ajax.ashx" />
|
|
<!--营销报表账期数据:浙江-->
|
|
<add key="330000" value="http://183.129.232.104: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" />
|
|
<!--营销报表账期数据:四川-->
|
|
<!--syyw.eshangtech.com:13435-->
|
|
<add key="510000" value="http://localhost:8010/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" />
|
|
<!--嗨客移动支付记录接口url-->
|
|
<add key="url_hk" value="https://openapi.uphicoo.com/customization/eshang/orders" />
|
|
<!--嗨客移动支付统计接口url-->
|
|
<add key="url_hksta" value="https://openapi.uphicoo.com/customization/eshang/orders/stat" />
|
|
<add key="redisConnectionstring" value="10.103.1.8:6380,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000" />
|
|
<add key="redisDbNum" value="0" />
|
|
<add key="Kafka_groupId" value="kafka.coop1" />
|
|
<add key="Kafka_topic" value="ESTStateFeedback" />
|
|
<add key="EShangTechUrls" value="http://localhost:8000/" />
|
|
<add key="cloudProvince" value="330200,330300,330400,340000,420000,430000,451200,500000,510000,520000,620000,630000,650000"/>
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<!--Redis缓存数据库-->
|
|
<add name="RedisConfig" connectionString="10.103.1.8:6379,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000" />
|
|
</connectionStrings>
|
|
</configuration> |