|
@@ -65,9 +65,10 @@ func GetUserToArticleCount(uid, articleId int) (count int, err error) {
|
|
|
}
|
|
|
|
|
|
type AddStopTimeRep struct {
|
|
|
- ArticleId int `description:"文章ID"`
|
|
|
- StopTime int `description:"停留时间"`
|
|
|
- OutType int `description:"退出方式,1正常退出,2强制关闭"`
|
|
|
+ ArticleId int `description:"文章ID"`
|
|
|
+ StopTime int `description:"停留时间"`
|
|
|
+ OutType int `description:"退出方式,1正常退出,2强制关闭"`
|
|
|
+ Source string `description:"来源,MOBILE:手机端,PC:电脑端"`
|
|
|
}
|
|
|
|
|
|
type AddStopTimeNewRep struct {
|