controller调整, 增加计划类型
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
// 客户端错误状态码 (4000-4999)
|
||||
CodeBadRequest ResponseCode = 4000 // 请求参数错误
|
||||
CodeUnauthorized ResponseCode = 4001 // 未授权
|
||||
CodeForbidden ResponseCode = 4003 // 禁止访问
|
||||
CodeNotFound ResponseCode = 4004 // 资源未找到
|
||||
CodeConflict ResponseCode = 4009 // 资源冲突
|
||||
|
||||
|
||||
Reference in New Issue
Block a user