|
@@ -613,9 +613,10 @@ type CygxActivitySpecialDetail struct {
|
|
|
}
|
|
|
|
|
|
type GetCygxActivitySpecialDetailListResp struct {
|
|
|
- IsFollow bool `description:"是否关注新调研通知"`
|
|
|
- Paging *paging.PagingItem `description:"分页数据"`
|
|
|
- List []*CygxActivitySpecialDetail
|
|
|
+ IsFollow bool `description:"是否关注新调研通知"`
|
|
|
+ IsBindingMobile bool `description:"是否绑定了手机号"`
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
|
+ List []*CygxActivitySpecialDetail
|
|
|
}
|
|
|
|
|
|
type CygxActivitySpecialResp struct {
|