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

33 lines
1.4 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"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
https://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings>
<!--可用服务区,多个用逗号隔开-->
<add key="SERVERPARTCODE" value="888888"/>
<add key="ShopCode" value=""/>
<add key="Business_Code" value=""/>
<add key="term_Code" value=""/>
<add key ="BranchID" value=""/>
<!--门店商户号信息每行一个门店key服务区码+门店编码value商户号-->
<add key ="888888042002" value="806715758120001"/>
<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>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
</configuration>