处理状态码
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package exception
|
||||
|
||||
const (
|
||||
SUCCESS = 0 // 操作成功
|
||||
SUCCESS = 1 // 操作成功
|
||||
ERROR = 10000 // 默认错误返回
|
||||
|
||||
SERVER_ERROR = 10001 // 服务器错误
|
||||
|
||||
Reference in New Issue
Block a user