fix api ui, add versions

This commit is contained in:
2025-11-01 15:40:55 +08:00
parent af6bc86a0c
commit c73aa1d2a8
12 changed files with 411 additions and 71 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class SimApiDocAttribute : SwaggerOperationAttribute
/// <param name="name">接口名称</param>
public SimApiDocAttribute(string tag, string name)
{
Tags = new[] { tag };
Tags = [tag];
Summary = name;
// Consumes = new[] {"application/json"};
// Produces = new[] {"application/json"};