Commit 70097919 authored by hujiebin's avatar hujiebin

Update cp.go

parent acad438a
......@@ -10,6 +10,6 @@ type CvCp struct {
}
type CvCpInfoAll struct {
UserInfo *user_cv.CvUserBase `json:"userInfo"` // 用户信息
CpUserInfo *user_cv.CvUserBase `json:"cpUserInfo"` // cp用户信息
UserInfo *user_cv.CvUserBase `json:"userInfo,omitempty"` // 用户信息
CpUserInfo *user_cv.CvUserBase `json:"cpUserInfo,omitempty"` // cp用户信息
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment