|
@@ -353,6 +353,7 @@ type UserInteraction struct {
|
|
IsEnd bool `description:"是否最后一页,配合前端分页添加的参数"`
|
|
IsEnd bool `description:"是否最后一页,配合前端分页添加的参数"`
|
|
CurrentIndex int `description:"当前页页码,配合前端分页添加的参数"`
|
|
CurrentIndex int `description:"当前页页码,配合前端分页添加的参数"`
|
|
RegisterPlatform int `description:"来源 1小程序,2:网页 ,3:策略平台"`
|
|
RegisterPlatform int `description:"来源 1小程序,2:网页 ,3:策略平台"`
|
|
|
|
+ RegisterPlatformText string `description:"阅读来源(文本描述)"`
|
|
SourcePlatform string `description:"来源 'MOBILE:移动端小程序','PC:PC端小程序','CELUE:上海策略平台','WEB:查研观向网页版'"`
|
|
SourcePlatform string `description:"来源 'MOBILE:移动端小程序','PC:PC端小程序','CELUE:上海策略平台','WEB:查研观向网页版'"`
|
|
TagId int
|
|
TagId int
|
|
TagName string // 标签名
|
|
TagName string // 标签名
|