39 lines
1.9 KiB
XML
39 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
|
|
<configuration>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
</system.web>
|
|
<appSettings>
|
|
<add key="AppID" value="wxcf4dbe1815d5d872"/>
|
|
<add key="AppSecret" value="ba17c52167b086542256f2f6f40ffb1f"/>
|
|
<!--客无忧接口url-->
|
|
<add key="url_kwy" value="https://www.weiwoju.com/Payapi/Ys/"></add>
|
|
<!--付付接口url-->
|
|
<add key="url_ff" value="https://www.ffdzpay.com/gateway/pay"></add>
|
|
<!--银联接口url-->
|
|
<add key="url_yl" value="https://jt.vc-card.com/jiaotou/jiaotouTranscation"></add>
|
|
<!--营销报表账期数据:浙江-->
|
|
<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>
|
|
<!--营销日结归口查询-->
|
|
<add key="url_yx_day" value="localhost:8000"></add>
|
|
</appSettings>
|
|
</configuration>
|