add message status

This commit is contained in:
2021-03-31 20:36:17 +08:00
parent d7912ee4bc
commit e0bf7df010

View File

@@ -6,11 +6,21 @@ object Status {
*/
const val Success = 200
/**
* 重新授权
*/
const val Reauthorize = 205
/**
* 失败
*/
const val Failure = 400
/**
* 未授权
*/
const val Unauthorized = 401
/**
* 错误
*/