Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
afanti-open-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-ms
afanti-open-api
Commits
63f996ff
Commit
63f996ff
authored
Jan 25, 2024
by
陈炎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
埃安抖音数据接口
parent
d4d66eae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
DwdDouyinLiveInfo.java
...car/afantiopenapi/model/entity/adb/DwdDouyinLiveInfo.java
+4
-0
DwsFhlMkmsAuthorActionDay.java
...tiopenapi/model/entity/adb/DwsFhlMkmsAuthorActionDay.java
+4
-0
No files found.
src/main/java/com/afanticar/afantiopenapi/model/entity/adb/DwdDouyinLiveInfo.java
View file @
63f996ff
...
@@ -67,6 +67,10 @@ public class DwdDouyinLiveInfo implements Serializable {
...
@@ -67,6 +67,10 @@ public class DwdDouyinLiveInfo implements Serializable {
@TableField
(
"statistics_total_watch_user_time"
)
@TableField
(
"statistics_total_watch_user_time"
)
private
Integer
statisticsTotalWatchUserTime
;
private
Integer
statisticsTotalWatchUserTime
;
@ApiModelProperty
(
"本场直播总评论数"
)
@TableField
(
"statistics_total_comment_count"
)
private
Integer
statisticsTotalCommentCount
;
@ApiModelProperty
(
"本场最高在线人数(取直播报告事件中user_count或直播进入房间人员信息事件中user_count最高的值)"
)
@ApiModelProperty
(
"本场最高在线人数(取直播报告事件中user_count或直播进入房间人员信息事件中user_count最高的值)"
)
@TableField
(
"statistics_max_online_user"
)
@TableField
(
"statistics_max_online_user"
)
private
Integer
statisticsMaxOnlineUser
;
private
Integer
statisticsMaxOnlineUser
;
...
...
src/main/java/com/afanticar/afantiopenapi/model/entity/adb/DwsFhlMkmsAuthorActionDay.java
View file @
63f996ff
...
@@ -32,6 +32,10 @@ public class DwsFhlMkmsAuthorActionDay implements Serializable {
...
@@ -32,6 +32,10 @@ public class DwsFhlMkmsAuthorActionDay implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
"主播ID"
)
@TableField
(
"author_id"
)
private
String
authorId
;
@ApiModelProperty
(
"进入私信人数"
)
@ApiModelProperty
(
"进入私信人数"
)
@TableField
(
"session_entered_count"
)
@TableField
(
"session_entered_count"
)
private
Integer
sessionEnteredCount
;
private
Integer
sessionEnteredCount
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment