2025-03-28 09:49:56 +08:00

50 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--接口请求地址-->
<add key="req_url" value="https://121.199.192.205"/>
<!--可用服务区,多个用逗号隔开-->
<add key="SERVERPARTCODE" value="341005,899999"/>
<add key="ShopCode" value="113103,133103,113104,133104"/>
<add key="Business_Code" value="tznltm2f31,tznltn7a72,tznkwoec49,tznkwp8ab6"/>
<add key="term_Code" value=""/>
<!--门店商户号信息每行一个门店key服务区码+门店编码value商户号-->
<add key ="888888042002" value="1wspza401"/>
<add key ="888888041003" value="03knr6e03"/>
<add key ="899999012003" value="twmpsr912f"/>
<add key="connectstring" value="192.168.11.194, orclbldex, highway_exchange, qrwl"/>
<add key="connectstringbld" value="localhost, orclbld, highway_exchange, qrwl"/>
<add key="OracleHelperString" value="localhost, orclex, highway_exchange, qrwl"/>
<add key="OracleHelperStringsp" value="171.221.201.162, orcl, highway_exchange, qrwl, 9001"/>
<add key="OracleHelperStringps" value="localhost, orcl, seller_storage, qrwl"/>
<add key="ValidationType" value="1"/>
<add key="LuckyCount" value="190"/>
<!--会员api地址-->
<add key="MemberUrl" value="http://localhost:8000/Coop.Merchant/Handler/handler_ajax.ashx"/>
</appSettings>
<connectionStrings/>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<!--
通过 <authentication> 节,可配置
ASP.NET 用于识别进入用户的
安全身份验证模式。
-->
<authentication mode="Windows"/>
<!--
通过 <customErrors> 节,可以配置
在执行请求的过程中出现未处理的错误时要执行
的操作。具体而言,
开发人员通过该节可配置要显示的 html 错误页,
以代替错误堆栈跟踪。
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID"/>
</system.web>
</configuration>