瀏覽代碼

202 ip 改为85

zhaoxian 1 年之前
父節點
當前提交
b35ae10639

+ 9 - 1
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/constant/KuaishouConstant.java

@@ -11,7 +11,7 @@ public class KuaishouConstant {
     public static final String CREATIVE_REPORT = "/rest/openapi/v1/report/creative_report";
     public static final String PROGRAM_CREATIVE_REPORT = "/rest/openapi/v1/report/program_creative_report";
     public static final String MATERIAL_REPORT = "/rest/openapi/v1/report/material_report";
-    public static final String SEND_URL = "http://192.168.0.202:8765/webhook/account_report";
+    public static final String SEND_URL = "http://192.168.0.85:8765/webhook/account_report";
     public static final String VIDEO_LIST = "/rest/openapi/v1/file/ad/video/list";
 
 
@@ -43,4 +43,12 @@ public class KuaishouConstant {
     public static final String EFFECT_NATIVE_CHART_REPORT = "/rest/openapi/gw/dsp/v1/effect/native/chartReport";
 
 
+    //直播间组件报表
+    public static final String LIVE_COMPONENT_REPORT = "/rest/openapi/gw/dsp/v1/report/live_component_report";
+
+
+    //直播间报表
+    public static final String LIVE_USER_REPORT = "/rest/openapi/gw/dsp/v1/report/live_user_report";
+
+
 }