Browse Source

调整修改接口参数

lichunlei 5 tháng trước cách đây
mục cha
commit
f6294f788b

+ 6 - 0
Model/Dto/Admin/AddProjectServiceDto.cs

@@ -9,6 +9,12 @@ namespace Dto.Admin
     /// </summary>
     public class AddProjectServiceDto
     {
+        /// <summary>
+        /// ID
+        /// </summary>
+        public int id { get; set; }
+
+        
         /// <summary>
         /// 服务名称
         /// </summary>

+ 6 - 0
Model/Vo/Admin/GetProjectServiceQueryVo.cs

@@ -49,6 +49,12 @@ namespace Vo.Admin
         public int[] databaseList { get; set; }
 
 
+        /// <summary>
+        /// 包名
+        /// </summary>
+        public string? packageName { get; set; }
+
+
 
     }
 }

+ 10 - 12
appsettings.Development.json

@@ -1,8 +1,8 @@
 {
   "Logging": {
     "LogLevel": {
-      "Default": "Information",
-      "Microsoft.AspNetCore": "Warning"
+      "Yarp.ReverseProxy": "Trace",
+      "Microsoft.AspNetCore.Routing": "Trace"
     }
   },
   "AllowedHosts": "*",
@@ -11,20 +11,18 @@
       {
         "Optional": false,
         "DataId": "omega",
-        "Group": "DEFAULT_GROUP"
+        "Group": "DEFAULT"
       }
     ],
-    "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
-    "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
+    "Namespace": "063782d2-102a-435d-9355-b96294bb62e1",
+    "ServerAddresses": [ "http://test-nacos-csharp.kexiaoshuang.com/" ],
     "ServiceName": "omega_project",
-    "GroupName": "DEFAULT_GROUP",
-    "UserName": "nacos",
-    "Password": "Kxs#2025",
-    "EndPoint": "",
-    "Ip": "localhost",
+    "GroupName": "DEFAULT",
+    "Ip": "",
     "Port": "8004",
-    "ConfigUseRpc": false,
-    "NamingUseRpc": false,
+    "EndPoint": "",
+    "ConfigUseRpc": true,
+    "NamingUseRpc": true,
     "RegisterEnabled": true,
     "InstanceEnabled": true,
     "DefaultTimeOut": 30000,