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

236 lines
11 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>
<!--EShangApiMain请求地址-->
<add key="EShangApiMain" value="https://api.eshangtech.com/EShangApiMain/" />
<!--申请人工号测试环境CS01正式环境lixuanzi329-->
<add key="employeeCode" value="lixuanzi329" />
<!--测试地址http://83.ek.ztccloud.com.cn:8085/-->
<!--UAT地址https://fsscuat.ahjkjt.com/-->
<!--生产地址https://fssc.ahjkjt.com/-->
<add key="AHJKUrl" value="https://fssc.ahjkjt.com/" />
<!--接口调用所需的key-->
<add key="AHJKappKey" value="kz80tkVzXz2YjmQm" />
<!--接口调用所需的Secret-->
<add key="AHJKappSecret" value="tlJGItiE4XEeErqAm1gu3mcg7iajWwor" />
<!--未完成数据校验的片区-->
<add key="UnUploadRegion" value="89"/>
<!--要推送的人员手机号码-->
<add key="ExPhoneNum" value="13866741819,17755120558,18267004803,15067121398,18868852727" />
<!--合肥片区-->
<add key="ExPhoneNum_72" value="15150208794" />
<!--六安片区-->
<add key="ExPhoneNum_47" value="18063062677" />
<!--黄山片区-->
<add key="ExPhoneNum_68" value="13856369200" />
<!--池州片区-->
<add key="ExPhoneNum_69" value="15856601175" />
<!--芜湖片区-->
<add key="ExPhoneNum_70" value="13615517894" />
<!--淮阜片区-->
<add key="ExPhoneNum_65" value="15855825225" />
<!--宿州片区-->
<add key="ExPhoneNum_67" value="13665688021" />
<!--界阜蚌片区-->
<add key="ExPhoneNum_66" value="15856957090" />
<!--滁马片区-->
<add key="ExPhoneNum_71" value="18019879775" />
<!--安庆片区-->
<add key="ExPhoneNum_45" value="15956616987" />
<!--校验类型-->
<add key="UploadType" value="Modify"/>
</appSettings>
<connectionStrings>
<!--Redis缓存数据库-->
<add name="RedisConfig" connectionString="127.0.0.1:6379,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<system.serviceModel>
<client>
<!--数据字典-->
<endpoint address="http://cloud.eshangtech.com:7000/CoreFrameWork/Dictionary/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="CoreFrameWork.Dictionary.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--系统框架-->
<endpoint address="http://cloud.eshangtech.com:7000/FrameWork/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="FrameWork.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--业务流程-->
<endpoint address="http://cloud.eshangtech.com:7000/WorkFlow/Support/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="WorkFlow.Support.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/WorkFlow/Instance/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="WorkFlow.Instance.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--高速驿站-->
<endpoint address="http://cloud.eshangtech.com:7000/ExchangeData/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="ExchangeData.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/HighWay/Running/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/HighWay/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/HighWay/SellData/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.SellData.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--合同管理-->
<endpoint address="http://cloud.eshangtech.com:7000/Contract/Running/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Contract.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/Contract/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Contract.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--财务管理-->
<endpoint address="http://cloud.eshangtech.com:7000/Finance/Running/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Finance.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/Finance/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Finance.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--合作商户-->
<endpoint address="http://cloud.eshangtech.com:7000/Coop.Merchant/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Coop.Merchant.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--移动业务-->
<endpoint address="http://cloud.eshangtech.com:7000/MobileServicePlatform/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="MobileServicePlatform.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--企业会员-->
<endpoint address="http://cloud.eshangtech.com:7000/MemberShip/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="MemberShip.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--框架权限服务-->
<endpoint address="http://cloud.eshangtech.com:7000/FrameWork.Permission/service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="FrameWork.Permission.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://cloud.eshangtech.com:7000/FrameWork.Platform/service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="FrameWork.Platform.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
</client>
<bindings>
<wsHttpBinding>
<binding name="RealEstate_Binding" maxReceivedMessageSize="655360000">
<readerQuotas maxArrayLength="163840000" />
<security mode="Message">
<message clientCredentialType="Certificate" negotiateServiceCredential="True" establishSecurityContext="True" />
</security>
</binding>
</wsHttpBinding>
</bindings>
<behaviors>
<endpointBehaviors>
<behavior name="RealEstate_EndPointBehavior">
<clientCredentials>
<serviceCertificate>
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ClientX509CertificateValidator,RealEstate.Core" />
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
<serviceBehaviors>
<behavior name="RealEstate_ServiceBehavior">
<serviceCredentials>
<clientCertificate>
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ServiceX509CertificateValidator,RealEstate.Core" />
</clientCertificate>
</serviceCredentials>
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
</behavior>
<behavior>
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="2147483647" maxQueryString="2147483647" />
</requestFiltering>
</security>
<modules runAllManagedModulesForAllRequests="true" />
<handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
<remove name="OPTIONSVerbHandler" />
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*"
type="System.Web.Handlers.TransferRequestHandler"
preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
</system.webServer>
</configuration>