TANG JIANG 1 년 전
부모
커밋
b500adec97
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      src/DataSharing.Host/config/appsettings.Development.json

+ 7 - 1
src/DataSharing.Host/config/appsettings.Development.json

@@ -105,7 +105,7 @@
       "AreaCode": "511500"
     },
     "WebPortal": {
-     // "SystemSettingsTheme": "class=gray2",
+      // "SystemSettingsTheme": "class=gray2",
       "SystemSettingsTheme": ""
     },
     //业务系统附件上传配置
@@ -179,4 +179,10 @@
     }
   },
 
+  //HotlineSdk配置
+  "HotlineSdk": {
+    "BaseUrl": "http://open.hotline.12345lm.cn",
+    "ApiKey": "sharing",
+    "ApiSecret": "Fwkj@789"
+  }
 }