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

26 lines
1.3 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>
<!--服务区编码888888-->
<add key="SERVERPARTCODE" value="888888"/>
<!--门店编码英文逗号隔开2001,042002,041003-->
<add key="ShopCode" value="2001,042002,041003"/>
<!--商户号英文逗号隔开123456,123456,123456-->
<add key="Business_Code" value="990440148166000,990440148166000,990440148166000"/>
<!--商户密钥(英文逗号隔开;如无留空即可)-->
<add key="term_Code" value=""/>
<add key="connectstring" value="localhost, orcl, highway_exchange, qrwl"/>
<add key="connectstringbld" value="localhost, orclbld, highway_exchange, qrwl"/>
<add key="OracleHelperString" value="183.129.232.99, orclnew, highway_exchange, qrwl"/>
<add key="OracleHelperStringsp" value="183.129.232.100, orcl, highway_exchange, qrwl"/>
<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>