소스 검색

202 ip 改为85

zhaoxian 1 년 전
부모
커밋
b35ae10639
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/constant/KuaishouConstant.java

+ 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";
+
+
 }