身份验证
This commit is contained in:
17
Hotfix/Api/Args/ErrorCode.cs
Normal file
17
Hotfix/Api/Args/ErrorCode.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace NBF;
|
||||
|
||||
public enum ErrorCode
|
||||
{
|
||||
/// <summary>
|
||||
/// 成功
|
||||
/// </summary>
|
||||
Success = 0,
|
||||
|
||||
ArgsError = 1,
|
||||
|
||||
Busy = 2,
|
||||
/// <summary>
|
||||
/// 安装包不存在
|
||||
/// </summary>
|
||||
AppNotFound = 404
|
||||
}
|
||||
Reference in New Issue
Block a user