Commit eaf8f156 authored by 宋新宇's avatar 宋新宇

store归因上报

parent 01ddb4cb
......@@ -58,6 +58,7 @@ public class ParameterSetupFlow extends NodeFlow<NovelAction> {
action.setNewUser(DateTimUtils.isCurrentDayTime(clientInfo.getUser().getRegistrationDate()));
action.setCurrentDateStr(DateTimUtils.getCurrentDateString());
action.setRegistrationDate(clientInfo.getUser().getRegistrationDate());
action.setChannelId(clientInfo.getChannel());
//非商店吊起参数设置
if (Objects.nonNull(deliveryDeviceInfo)) {
......
......@@ -10,8 +10,8 @@ import java.util.function.Function;
import java.util.stream.Collectors;
public enum Media {
GDT("gdt","广点通",new GDTCallback()),
JRTT("jrtt","今日头条",new JRTTCallback());
gdt("gdt","广点通",new GDTCallback()),
jrtt("jrtt","今日头条",new JRTTCallback());
final String name;
final String desc;
......
......@@ -15,7 +15,7 @@ spring:
initialSize: 1
minIdle: 1
redis:
host: 127.0.0.1
host: r-2zemv0esbjz5tsnmxn.redis.rds.aliyuncs.com
port: 6379
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
......
......@@ -7,13 +7,13 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 2
minIdle: 2
marketing:
jdbc-url: jdbc:mysql://rm-2zeo09186ukqa8zh1.mysql.rds.aliyuncs.com/lwby?zeroDateTimeBehavior=convertToNull&characterEncoding=utf8&autoReconnect=true
username: lwby
password: VjxYfmY8J77ISChp
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 2
minIdle: 2
marketing:
jdbc-url: jdbc:mysql://rm-2zeo09186ukqa8zh1.mysql.rds.aliyuncs.com/lwby?zeroDateTimeBehavior=convertToNull&characterEncoding=utf8&autoReconnect=true
username: lwby
password: VjxYfmY8J77ISChp
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 2
minIdle: 2
redis:
host: 172.17.243.150
port: 6379
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment