Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
marketing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dingjy
marketing
Commits
eaf8f156
Commit
eaf8f156
authored
Mar 06, 2024
by
宋新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
store归因上报
parent
01ddb4cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
ParameterSetupFlow.java
...m/lwby/marketing/att/novel/handle/ParameterSetupFlow.java
+1
-0
Media.java
src/main/java/com/lwby/marketing/att/novel/media/Media.java
+2
-2
application-prod.yml
src/main/resources/application-prod.yml
+1
-1
application-test.yml
src/main/resources/application-test.yml
+7
-7
No files found.
src/main/java/com/lwby/marketing/att/novel/handle/ParameterSetupFlow.java
View file @
eaf8f156
...
@@ -58,6 +58,7 @@ public class ParameterSetupFlow extends NodeFlow<NovelAction> {
...
@@ -58,6 +58,7 @@ public class ParameterSetupFlow extends NodeFlow<NovelAction> {
action
.
setNewUser
(
DateTimUtils
.
isCurrentDayTime
(
clientInfo
.
getUser
().
getRegistrationDate
()));
action
.
setNewUser
(
DateTimUtils
.
isCurrentDayTime
(
clientInfo
.
getUser
().
getRegistrationDate
()));
action
.
setCurrentDateStr
(
DateTimUtils
.
getCurrentDateString
());
action
.
setCurrentDateStr
(
DateTimUtils
.
getCurrentDateString
());
action
.
setRegistrationDate
(
clientInfo
.
getUser
().
getRegistrationDate
());
action
.
setRegistrationDate
(
clientInfo
.
getUser
().
getRegistrationDate
());
action
.
setChannelId
(
clientInfo
.
getChannel
());
//非商店吊起参数设置
//非商店吊起参数设置
if
(
Objects
.
nonNull
(
deliveryDeviceInfo
))
{
if
(
Objects
.
nonNull
(
deliveryDeviceInfo
))
{
...
...
src/main/java/com/lwby/marketing/att/novel/media/Media.java
View file @
eaf8f156
...
@@ -10,8 +10,8 @@ import java.util.function.Function;
...
@@ -10,8 +10,8 @@ import java.util.function.Function;
import
java.util.stream.Collectors
;
import
java.util.stream.Collectors
;
public
enum
Media
{
public
enum
Media
{
GDT
(
"gdt"
,
"广点通"
,
new
GDTCallback
()),
gdt
(
"gdt"
,
"广点通"
,
new
GDTCallback
()),
JRTT
(
"jrtt"
,
"今日头条"
,
new
JRTTCallback
());
jrtt
(
"jrtt"
,
"今日头条"
,
new
JRTTCallback
());
final
String
name
;
final
String
name
;
final
String
desc
;
final
String
desc
;
...
...
src/main/resources/application-prod.yml
View file @
eaf8f156
...
@@ -15,7 +15,7 @@ spring:
...
@@ -15,7 +15,7 @@ spring:
initialSize
:
1
initialSize
:
1
minIdle
:
1
minIdle
:
1
redis
:
redis
:
host
:
127.0.0.1
host
:
r-2zemv0esbjz5tsnmxn.redis.rds.aliyuncs.com
port
:
6379
port
:
6379
kafka
:
kafka
:
bootstrap-servers
:
172.17.243.58:9092,172.17.243.59:9092,172.17.243.60:9092,172.17.243.61:9092,172.17.243.62:9092
bootstrap-servers
:
172.17.243.58:9092,172.17.243.59:9092,172.17.243.60:9092,172.17.243.61:9092,172.17.243.62:9092
...
...
src/main/resources/application-test.yml
View file @
eaf8f156
...
@@ -7,13 +7,13 @@ spring:
...
@@ -7,13 +7,13 @@ spring:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
initialSize
:
2
initialSize
:
2
minIdle
:
2
minIdle
:
2
marketing
:
marketing
:
jdbc-url
:
jdbc:mysql://rm-2zeo09186ukqa8zh1.mysql.rds.aliyuncs.com/lwby?zeroDateTimeBehavior=convertToNull&characterEncoding=utf8&autoReconnect=true
jdbc-url
:
jdbc:mysql://rm-2zeo09186ukqa8zh1.mysql.rds.aliyuncs.com/lwby?zeroDateTimeBehavior=convertToNull&characterEncoding=utf8&autoReconnect=true
username
:
lwby
username
:
lwby
password
:
VjxYfmY8J77ISChp
password
:
VjxYfmY8J77ISChp
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
initialSize
:
2
initialSize
:
2
minIdle
:
2
minIdle
:
2
redis
:
redis
:
host
:
172.17.243.150
host
:
172.17.243.150
port
:
6379
port
:
6379
...
...
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