zbpt/src/main/java/com/platform/common/utils/ThirdConstant.java
小黄狗横扫士力架 bfc6a73c2f first commit
2022-12-28 09:45:16 +08:00

31 lines
1.1 KiB
Java

package com.platform.common.utils;
public class ThirdConstant {
// public static String KS_SECRET = "e85fdba04bf261e";
//
// public static String QUERY_URL="http://lc.test.gifshow.com/rest/n/partner/xinhua/search";
//
// public static String REPORT_DOWNLOAD_URL="http://lc.test.gifshow.com/rest/n/partner/xinhua/reportDownload";
public static String KS_SECRET = "45c015971b47ee82";
public static String QUERY_URL="https://promotion-partner.gifshow.com/rest/n/partner/xinhua/search";
public static String REPORT_DOWNLOAD_URL="https://promotion-partner.gifshow.com/rest/n/partner/xinhua/reportDownload";
public static String KS_MEDIA_URL="kuaishou";
public static String QK_MEDIA_URL="qukan";
public static String SCENE_PAGE_URL="http://v.xhsnews.cn/third/scene/pull.jspx";
public static String GET_SCENE_URL="http://v.xhsnews.cn/third/getSceneById.jspx";
public static String SCENE_REPRORT_PAGE_URL="http://v.xhsnews.cn/third/scene/report/pull.jspx";
public static String GET_SCENE_REPRORT_URL="http://v.xhsnews.cn/third/scene/getReportById.jspx";
}