lichunlei пре 3 месеци
родитељ
комит
617e840f6c
1 измењених фајлова са 1 додато и 0 уклоњено
  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>();
             Dictionary<string, object> pushData = new Dictionary<string, object>();
             pushData.Add("serviceName", service.serviceName);
             pushData.Add("serviceName", service.serviceName);
             pushData.Add("serviceTitle", service.serviceTitle);
             pushData.Add("serviceTitle", service.serviceTitle);
+            pushData.Add("apiDocId", id);
             pushData.Add("apiGroup", apiGroups);
             pushData.Add("apiGroup", apiGroups);
             pushData.Add("apiInfo", apiInfos);
             pushData.Add("apiInfo", apiInfos);
             MakeHelper.Push(pushData, "apifoxDoc", "apidoc", loginUser, id);
             MakeHelper.Push(pushData, "apifoxDoc", "apidoc", loginUser, id);