gin-vue-admin/server/const/errors.go

8 lines
79 B
Go

package constant
const (
JWT_NO_AUTH = 6
ERROR = 7
SUCCESS = 0
)