cp_relation.go 142 Bytes EditWeb IDE 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 { }