cp_relation.go 142 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9
package cp_cv

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

type CheckCpImRes struct {
}