chenjun3_wd

早晚报url

@@ -54,6 +54,17 @@ export class HttpUrlUtils { @@ -54,6 +54,17 @@ export class HttpUrlUtils {
54 */ 54 */
55 static readonly E_NEWSPAPER_LIST_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/paperApi/paperList"; 55 static readonly E_NEWSPAPER_LIST_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/paperApi/paperList";
56 56
  57 + /**
  58 + * 早晚报列表
  59 + * 根据页面id获取页面楼层列表
  60 + * https://pdapis.pdnews.cn/api/rmrb-bff-display-zh/display/zh/c/pageInfo?pageId=28927
  61 + * 根据楼层Id获取组件节目信息
  62 + * https://pdapis.pdnews.cn/api/rmrb-bff-display-zh/display/zh/c/compInfo?loadStrategy=
  63 + * first_load&refreshTime=1710829610144&pageId=28927&channelStrategy=2&groupId=40621&
  64 + * pageSize=20&pageNum=1&topicId=10000009445
  65 + * */
  66 + static readonly MORNING_EVENING_PAPER_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/paperApi/paperList";
  67 +
57 private static hostUrl: string = HttpUrlUtils.HOST_UAT; 68 private static hostUrl: string = HttpUrlUtils.HOST_UAT;
58 69
59 static getCommonHeaders(): HashMap<string, string> { 70 static getCommonHeaders(): HashMap<string, string> {