error.go 107 B

123456
  1. package util
  2. type CommonError struct {
  3. ErrCode int64 `json:"errcode"`
  4. ErrMsg string `json:"errmsg"`
  5. }