ai路由完成

This commit is contained in:
Liujian
2024-09-25 20:28:01 +08:00
parent cb9f048f15
commit ea62e9cd3f
21 changed files with 786 additions and 16 deletions
-1
View File
@@ -29,7 +29,6 @@ func (i *imlAPIDocModule) UpdateDoc(ctx context.Context, serviceId string, input
}
err = i.apiDocService.UpdateDoc(ctx, serviceId, &api_doc.UpdateDoc{
ID: input.Id,
Service: serviceId,
Content: input.Content,
})
if err != nil {