Browse Source

api文档id增加分组id

lichunlei 3 months ago
parent
commit
617e840f6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Services/ApiGroupService.cs

+ 1 - 0
Services/ApiGroupService.cs

@@ -72,6 +72,7 @@ namespace Services
             Dictionary<string, object> pushData = new Dictionary<string, object>();
             pushData.Add("serviceName", service.serviceName);
             pushData.Add("serviceTitle", service.serviceTitle);
+            pushData.Add("apiDocId", id);
             pushData.Add("apiGroup", apiGroups);
             pushData.Add("apiInfo", apiInfos);
             MakeHelper.Push(pushData, "apifoxDoc", "apidoc", loginUser, id);