cp_relation.go 142 Bytes
package cp_cv

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

type CheckCpImRes struct {
}