|
@@ -199,6 +199,9 @@ type ActivityDetail struct {
|
|
|
IsCollect bool `description:"是否收藏"`
|
|
|
IsShowFollowButton bool `description:"是否展示关注取关按钮"`
|
|
|
IsFollowButton bool `description:"是否关注"`
|
|
|
+ IsYidongConduct bool `description:"是否属于易董办会 1:是 、0:否"`
|
|
|
+ IsCanOutboundCall int `description:"是否提供外呼 1:是 、0:否"`
|
|
|
+ TencentConferenceNumber string `description:"腾讯会议号"`
|
|
|
}
|
|
|
type ListArticleActivity struct {
|
|
|
Title string `description:"文章标题"`
|