package util type CommonError struct { ErrCode int64 `json:"errcode"` ErrMsg string `json:"errmsg"` }