zchengo/crm

server/response/errcode.go

xuanhao44 opened this issue · 0 comments

消息码有没有考虑使用 自定义 err 类型?比如:

type MyErr struct {
        Code int
	Msg string
}

感觉拿 int 作为其中一个返回值看着怪怪的哈哈

我最近也在学 gorm,就想问问相关的问题