优化数据返回

This commit is contained in:
不做码农
2023-06-02 18:33:07 +08:00
parent 65543e651c
commit c9d18f12cf
12 changed files with 66 additions and 63 deletions

View File

@@ -7,7 +7,7 @@ namespace Infrastructure
[Description("success")]
SUCCESS = 200,
[Description("no data")]
[Description("没有更多数据")]
NO_DATA = 210,
[Description("参数错误")]