|
@@ -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);
|