Commit 768c4b4f authored by hujiebin's avatar hujiebin

Merge branch 'feature/cp-new' into feature/3.9.0

parents 573400b0 70097919
......@@ -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