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
794af858
Commit
794af858
authored
Sep 23, 2024
by
陈炎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
红旗活动数据接口
parent
9573942c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
4 deletions
+29
-4
DwdKuaishouAuthorInfoMapper.java
...car/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
+4
-0
ActivityVO.java
...java/com/afanticar/afantiopenapi/model/vo/ActivityVO.java
+21
-0
HongqiActivityAwemeVO.java
...anticar/afantiopenapi/model/vo/HongqiActivityAwemeVO.java
+2
-2
HongqiActivityLiveVO.java
...fanticar/afantiopenapi/model/vo/HongqiActivityLiveVO.java
+2
-2
No files found.
src/main/java/com/afanticar/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
View file @
794af858
...
...
@@ -25,6 +25,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
@Select
(
"<script>select "
+
" t1.aweme_id, "
+
" t1.author_id , "
+
" t1.aweme_title , "
+
" 'douyin' as platform, "
+
" t3.dealer_area_names area_name, "
+
...
...
@@ -70,6 +71,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
@Select
(
"<script>select "
+
" t1.aweme_id, "
+
" t1.author_id, "
+
" t1.aweme_title , "
+
" 'kuaishou' as platform, "
+
" t3.dealer_area_names area_name, "
+
...
...
@@ -115,6 +117,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
@Select
(
"<script>select "
+
" t1.room_id, "
+
" t3.author_id , "
+
" t1.title, "
+
" 'douyin' as platform, "
+
" t3.dealer_area_names area_name, "
+
...
...
@@ -165,6 +168,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" t3.dealer_store_code dealer_code, "
+
" t3.dealer_name , "
+
" t3.nickname , "
+
" t3.author_id , "
+
" t1.publish_time , "
+
" t1.statistics_total_watch_user_count , "
+
" round(t1.statistics_live_time/60, 2) statistics_live_time, "
+
...
...
src/main/java/com/afanticar/afantiopenapi/model/vo/ActivityVO.java
0 → 100644
View file @
794af858
package
com
.
afanticar
.
afantiopenapi
.
model
.
vo
;
import
com.alibaba.fastjson.annotation.JSONType
;
import
com.fasterxml.jackson.databind.annotation.JsonNaming
;
import
lombok.Data
;
/**
* @author chin
* @contact chenyan@afanticar.com
* @since 2024/9/23/023
*/
@Data
@JsonNaming
(
value
=
com
.
fasterxml
.
jackson
.
databind
.
PropertyNamingStrategy
.
SnakeCaseStrategy
.
class
)
@JSONType
(
naming
=
com
.
alibaba
.
fastjson
.
PropertyNamingStrategy
.
SnakeCase
)
public
class
ActivityVO
{
private
String
activityId
;
private
String
matchKeywords
;
private
String
seriesCode
;
}
src/main/java/com/afanticar/afantiopenapi/model/vo/HongqiActivityAwemeVO.java
View file @
794af858
...
...
@@ -18,6 +18,7 @@ import java.util.List;
public
class
HongqiActivityAwemeVO
{
private
String
awemeId
;
private
String
authorId
;
private
String
awemeTitle
;
private
String
platform
;
private
String
areaName
;
...
...
@@ -32,7 +33,6 @@ public class HongqiActivityAwemeVO {
private
Integer
shareCount
;
private
String
shareUrl
;
private
Date
dataUpdateTime
;
private
List
<
String
>
activityIdList
;
private
List
<
String
>
keywordList
;
private
List
<
ActivityVO
>
activityList
;
}
src/main/java/com/afanticar/afantiopenapi/model/vo/HongqiActivityLiveVO.java
View file @
794af858
...
...
@@ -18,6 +18,7 @@ import java.util.List;
public
class
HongqiActivityLiveVO
{
private
String
roomId
;
private
String
authorId
;
private
String
title
;
private
String
platform
;
private
String
areaName
;
...
...
@@ -32,7 +33,6 @@ public class HongqiActivityLiveVO {
private
Integer
commentCnt
;
private
Integer
giftCnt
;
private
Integer
statisticsFansAdd
;
private
List
<
String
>
activityIdList
;
private
List
<
String
>
keywordList
;
private
List
<
ActivityVO
>
activityList
;
}
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