|
@@ -597,8 +597,9 @@ type CygxActivitySpecialDetail struct {
|
|
|
}
|
|
|
|
|
|
type GetCygxActivitySpecialDetailListResp struct {
|
|
|
- Paging *paging.PagingItem `description:"分页数据"`
|
|
|
- List []*CygxActivitySpecialDetail
|
|
|
+ IsFollow bool `description:"是否关注新调研通知"`
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
|
+ List []*CygxActivitySpecialDetail
|
|
|
}
|
|
|
|
|
|
type CygxActivitySpecialResp struct {
|