xingzai 1 anno fa
parent
commit
45e382030b
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      models/activity.go
  2. 1 0
      services/activity.go

+ 1 - 0
models/activity.go

@@ -173,6 +173,7 @@ type ActivityListResp struct {
 	ActivityName            string                     `description:"活动名称"`
 	OnlineParticipation     string                     `description:"网络参会"`
 	ReportLink              string                     `description:"报告链接"`
+	LinkParticipants        string                     `description:"链接参会"`
 	City                    string                     `description:"城市"`
 	Address                 string                     `description:"活动地址"`
 	Highlights              string                     `description:"活动亮点"`

+ 1 - 0
services/activity.go

@@ -616,6 +616,7 @@ func ActivityButtonShow(item *models.ActivityDetail, user *models.WxUserItem, pe
 		IsCanOutboundCall:       v.IsCanOutboundCall,
 		TencentConferenceNumber: v.TencentConferenceNumber,
 		IsResearchSpecial:       v.IsResearchSpecial,
+		LinkParticipants:        v.LinkParticipants,
 	}
 	au := new(models.UserPermissionAuthInfo)
 	au.SellerName = authInfo.SellerName