package cp_cv type CheckCpRelationRes struct {
Diamond uint32 `json:"diamond"` Msg string `json:"msg"`
}
type CheckCpImRes struct { }