feat: 完善 user_social / department / 查询单个无条件时直接返回
parent
bd2b5fe35d
commit
29bb09a130
@ -1,16 +0,0 @@
|
|||||||
package errx
|
|
||||||
|
|
||||||
import (
|
|
||||||
"git.noahlan.cn/noahlan/ntool-biz/core/nstatus/code"
|
|
||||||
"git.noahlan.cn/noahlan/ntool-biz/core/nstatus/msg"
|
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
RoleCodeNotEmpty code.Code = iota + 3000
|
|
||||||
RoleCodeInUsed
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
msg.Add(RoleCodeNotEmpty, "role.codeNotEmpty")
|
|
||||||
msg.Add(RoleCodeInUsed, "role.codeInUsed")
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
package errx
|
|
||||||
|
|
||||||
import (
|
|
||||||
"git.noahlan.cn/noahlan/ntool-biz/core/nstatus/code"
|
|
||||||
"git.noahlan.cn/noahlan/ntool-biz/core/nstatus/msg"
|
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
UpdateUserMetaErr code.Code = iota + 2000
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
msg.Add(UpdateUserMetaErr, "user.updateMetaErr")
|
|
||||||
}
|
|
Loading…
Reference in New Issue