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=""/>
<!--门店编码英文逗号隔开2001,042002,041003-->
<add key="ShopCode" value=""/>
<!--商户号英文逗号隔开123456,123456,123456-->
<add key="Business_Code" value=""/>
<!--商户密钥(英文逗号隔开;如无留空即可)-->
<add key="term_Code" value=""/>
<!--门店商户号信息每行一个门店key服务区码+门店编码value商户号|密钥,中间用竖杆隔开,无密钥则填写商户号即可)-->
<add key ="888888042002" value="110330359700002"/>
<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"/>
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
</configuration>