优化数据返回
This commit is contained in:
@@ -7,6 +7,9 @@ namespace Infrastructure
|
||||
[Description("success")]
|
||||
SUCCESS = 200,
|
||||
|
||||
[Description("no data")]
|
||||
NO_DATA = 210,
|
||||
|
||||
[Description("参数错误")]
|
||||
PARAM_ERROR = 101,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user