cp_relation.go 112 Bytes
Newer Older
chenweijian's avatar
chenweijian committed
1 2 3
package cp_cv

type CheckCpRelationRes struct {
chenweijian's avatar
chenweijian committed
4 5
	Diamond uint32 `json:"diamond"`
	Msg     string `json:"msg"`
chenweijian's avatar
chenweijian committed
6
}