Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -63,7 +63,9 @@ export class HttpUrlUtils { | @@ -63,7 +63,9 @@ export class HttpUrlUtils { | ||
| 63 | * first_load&refreshTime=1710829610144&pageId=28927&channelStrategy=2&groupId=40621& | 63 | * first_load&refreshTime=1710829610144&pageId=28927&channelStrategy=2&groupId=40621& |
| 64 | * pageSize=20&pageNum=1&topicId=10000009445 | 64 | * pageSize=20&pageNum=1&topicId=10000009445 |
| 65 | * */ | 65 | * */ |
| 66 | - static readonly MORNING_EVENING_PAPER_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/paperApi/paperList"; | 66 | + static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo"; |
| 67 | + | ||
| 68 | + static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo"; | ||
| 67 | 69 | ||
| 68 | private static hostUrl: string = HttpUrlUtils.HOST_UAT; | 70 | private static hostUrl: string = HttpUrlUtils.HOST_UAT; |
| 69 | 71 |
-
Please register or login to post a comment