初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

15
RCUHost/app.config Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IThirdpartyService" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://119.29.101.13:2017/JTE.Server/ThirdpartyService"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IThirdpartyService"
contract="ServiceReference1.IThirdpartyService" name="BasicHttpBinding_IThirdpartyService" />
</client>
</system.serviceModel>
</configuration>