TANG JIANG 1 жил өмнө
parent
commit
b500adec97

+ 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"
+  }
 }