Showing
15 changed files
with
1232 additions
and
130 deletions
| @@ -66,6 +66,15 @@ export class HttpUrlUtils { | @@ -66,6 +66,15 @@ export class HttpUrlUtils { | ||
| 66 | */ | 66 | */ |
| 67 | static readonly FOLLOW_LIST_DATA_PATH: string = "/api/rmrb-creator-user/c/creatorDirectory/getCreatorDirectoryTree"; | 67 | static readonly FOLLOW_LIST_DATA_PATH: string = "/api/rmrb-creator-user/c/creatorDirectory/getCreatorDirectoryTree"; |
| 68 | /** | 68 | /** |
| 69 | + * 个人中心 我的关注列表 | ||
| 70 | + */ | ||
| 71 | + static readonly MINE_FOLLOW_LIST_DATA_PATH: string = "/api/rmrb-interact/interact/zh/c/attention/list"; | ||
| 72 | + /** | ||
| 73 | + * 个人中心 关注列表状态 | ||
| 74 | + */ | ||
| 75 | + static readonly FOLLOW_LIST_STATUS_DATA_PATH: string = "/api/rmrb-interact/interact/zh/c/batchAttention/status"; | ||
| 76 | + | ||
| 77 | + /** | ||
| 69 | * 早晚报列表 | 78 | * 早晚报列表 |
| 70 | * 根据页面id获取页面楼层列表 | 79 | * 根据页面id获取页面楼层列表 |
| 71 | * https://pdapis.pdnews.cn/api/rmrb-bff-display-zh/display/zh/c/pageInfo?pageId=28927 | 80 | * https://pdapis.pdnews.cn/api/rmrb-bff-display-zh/display/zh/c/pageInfo?pageId=28927 |
| @@ -274,6 +283,16 @@ export class HttpUrlUtils { | @@ -274,6 +283,16 @@ export class HttpUrlUtils { | ||
| 274 | return url | 283 | return url |
| 275 | } | 284 | } |
| 276 | 285 | ||
| 286 | + static getMineFollowListDataUrl() { | ||
| 287 | + let url = HttpUrlUtils.HOST_SIT + HttpUrlUtils.MINE_FOLLOW_LIST_DATA_PATH | ||
| 288 | + return url | ||
| 289 | + } | ||
| 290 | + | ||
| 291 | + static getFollowListStatusDataUrl() { | ||
| 292 | + let url = HttpUrlUtils.HOST_SIT + HttpUrlUtils.FOLLOW_LIST_STATUS_DATA_PATH | ||
| 293 | + return url | ||
| 294 | + } | ||
| 295 | + | ||
| 277 | static getYcgCommonHeaders(): HashMap<string, string> { | 296 | static getYcgCommonHeaders(): HashMap<string, string> { |
| 278 | let headers: HashMap<string, string> = new HashMap<string, string>() | 297 | let headers: HashMap<string, string> = new HashMap<string, string>() |
| 279 | 298 |
| 1 | -import { ResourcesUtils } from 'wdKit' | ||
| 2 | -import { ResponseDTO } from 'wdNetwork' | ||
| 3 | import MinePageDatasModel from '../../../model/MinePageDatasModel' | 1 | import MinePageDatasModel from '../../../model/MinePageDatasModel' |
| 4 | import { FollowListItem } from '../../../viewmodel/FollowListItem' | 2 | import { FollowListItem } from '../../../viewmodel/FollowListItem' |
| 5 | import { CustomTitleUI } from '../../reusable/CustomTitleUI' | 3 | import { CustomTitleUI } from '../../reusable/CustomTitleUI' |
| 6 | import { FollowSecondTabsComponent } from './FollowSecondTabsComponent' | 4 | import { FollowSecondTabsComponent } from './FollowSecondTabsComponent' |
| 7 | - | 5 | +const TAG = "FollowFirstTabsComponent" |
| 8 | @Component | 6 | @Component |
| 9 | export struct FollowFirstTabsComponent{ | 7 | export struct FollowFirstTabsComponent{ |
| 10 | @State currentIndex: number = 0 | 8 | @State currentIndex: number = 0 |
| @@ -14,17 +12,18 @@ export struct FollowFirstTabsComponent{ | @@ -14,17 +12,18 @@ export struct FollowFirstTabsComponent{ | ||
| 14 | selectedFontColor: string = '#000000' | 12 | selectedFontColor: string = '#000000' |
| 15 | 13 | ||
| 16 | aboutToAppear(){ | 14 | aboutToAppear(){ |
| 17 | - this.data.push(new FollowListItem("我的")) | ||
| 18 | // let res = JSON.parse(`{"code":"0","data":[{"children":[],"directoryName":"阅读","directoryWeight":99,"id":165,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[{"directoryName":"三二","directoryWeight":2,"id":120,"isShow":1,"level":3,"parentId":118,"rootId":117},{"directoryName":"三级","directoryWeight":1,"id":119,"isShow":1,"level":3,"parentId":118,"rootId":117}],"directoryName":"二级","directoryWeight":1,"id":118,"isShow":1,"level":2,"parentId":117,"rootId":117}],"directoryName":"幽游白书","directoryWeight":33,"id":117,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"推荐","directoryWeight":9,"id":386,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"政务","directoryWeight":9,"id":379,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"推荐","directoryWeight":0,"id":335,"isShow":1,"level":2,"parentId":320,"rootId":320}],"directoryName":"推荐","directoryWeight":9,"id":320,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"媒体","directoryWeight":8,"id":390,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"媒体","directoryWeight":8,"id":323,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"自媒体","directoryWeight":7,"id":329,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"名人","directoryWeight":6,"id":389,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"测试","directoryWeight":0,"id":338,"isShow":1,"level":2,"parentId":324,"rootId":324}],"directoryName":"名人","directoryWeight":6,"id":324,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"2级目录","directoryWeight":0,"id":340,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"3级测试","directoryWeight":0,"id":368,"isShow":1,"level":3,"parentId":339,"rootId":312}],"directoryName":"二级目录","directoryWeight":0,"id":339,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"企业","directoryWeight":1,"id":348,"isShow":1,"level":3,"parentId":336,"rootId":312},{"directoryName":"部委","directoryWeight":0,"id":344,"isShow":1,"level":3,"parentId":336,"rootId":312},{"directoryName":"地方","directoryWeight":0,"id":341,"isShow":1,"level":3,"parentId":336,"rootId":312}],"directoryName":"类型","directoryWeight":0,"id":336,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"贵州省","directoryWeight":0,"id":378,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"西藏自治区","directoryWeight":0,"id":377,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"四川省","directoryWeight":0,"id":376,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"重庆市","directoryWeight":0,"id":375,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"湖南省","directoryWeight":0,"id":374,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"云南省","directoryWeight":0,"id":373,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"广西壮族自治区","directoryWeight":0,"id":372,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"宁夏回族自治区","directoryWeight":0,"id":371,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"湖北省","directoryWeight":0,"id":370,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"青海省","directoryWeight":0,"id":369,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"陕西省","directoryWeight":0,"id":367,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"甘肃省","directoryWeight":0,"id":366,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"吉林省","directoryWeight":0,"id":365,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"广东省","directoryWeight":0,"id":364,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"海南省","directoryWeight":0,"id":363,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"辽宁省","directoryWeight":0,"id":362,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"江苏省","directoryWeight":0,"id":361,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"新疆维吾尔族自治区","directoryWeight":0,"id":360,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"福建省","directoryWeight":0,"id":359,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"山东省","directoryWeight":0,"id":358,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"河南省","directoryWeight":0,"id":357,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"浙江省","directoryWeight":0,"id":356,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"安徽省","directoryWeight":0,"id":355,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"上海市","directoryWeight":0,"id":354,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"河北省","directoryWeight":0,"id":353,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"黑龙江省","directoryWeight":0,"id":352,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"江西省","directoryWeight":0,"id":351,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"内蒙古自治区","directoryWeight":0,"id":350,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"北京市","directoryWeight":0,"id":349,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"山西省","directoryWeight":0,"id":346,"isShow":1,"level":3,"parentId":332,"rootId":312}],"directoryName":"地域","directoryWeight":0,"id":332,"isShow":1,"level":2,"parentId":312,"rootId":312}],"directoryName":"政务","directoryWeight":5,"id":312,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"学校","directoryWeight":4,"id":331,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"机构","directoryWeight":3,"id":330,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[{"directoryName":"新闻联播","directoryWeight":3,"id":79,"isShow":1,"level":3,"parentId":75,"rootId":74},{"directoryName":"第三季","directoryWeight":2,"id":78,"isShow":1,"level":3,"parentId":75,"rootId":74},{"directoryName":"三级","directoryWeight":1,"id":76,"isShow":1,"level":3,"parentId":75,"rootId":74}],"directoryName":"短视频","directoryWeight":1,"id":75,"isShow":1,"level":2,"parentId":74,"rootId":74}],"directoryName":"创作","directoryWeight":3,"id":74,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"教学","directoryWeight":2,"id":72,"isShow":1,"level":2,"parentId":64,"rootId":64},{"children":[],"directoryName":"热门","directoryWeight":1,"id":73,"isShow":1,"level":2,"parentId":64,"rootId":64},{"children":[],"directoryName":"赛事","directoryWeight":1,"id":71,"isShow":1,"level":2,"parentId":64,"rootId":64}],"directoryName":"游戏","directoryWeight":2,"id":64,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"新闻","directoryWeight":1,"id":315,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"趣闻","directoryWeight":6,"id":70,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"时政","directoryWeight":5,"id":69,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"农业","directoryWeight":3,"id":68,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"娱乐","directoryWeight":3,"id":67,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"科技","directoryWeight":2,"id":66,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"国际","directoryWeight":1,"id":65,"isShow":1,"level":2,"parentId":63,"rootId":63}],"directoryName":"新闻","directoryWeight":1,"id":63,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"公安","directoryWeight":0,"id":388,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"dddd","directoryWeight":0,"id":387,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"健康","directoryWeight":0,"id":384,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"综合","directoryWeight":0,"id":328,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"房产","directoryWeight":0,"id":327,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"健康","directoryWeight":0,"id":318,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"历史","directoryWeight":0,"id":310,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"dddd","directoryWeight":0,"id":309,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"aaaa","directoryWeight":1,"id":333,"isShow":1,"level":2,"parentId":308,"rootId":308},{"children":[],"directoryName":"qqq","directoryWeight":0,"id":334,"isShow":1,"level":2,"parentId":308,"rootId":308}],"directoryName":"dddd","directoryWeight":0,"id":308,"isShow":1,"level":1,"parentId":0,"rootId":0}],"message":"Success","success":true,"timestamp":1710741803593}`) as ResponseDTO<FollowListItem[]> | 15 | // let res = JSON.parse(`{"code":"0","data":[{"children":[],"directoryName":"阅读","directoryWeight":99,"id":165,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[{"directoryName":"三二","directoryWeight":2,"id":120,"isShow":1,"level":3,"parentId":118,"rootId":117},{"directoryName":"三级","directoryWeight":1,"id":119,"isShow":1,"level":3,"parentId":118,"rootId":117}],"directoryName":"二级","directoryWeight":1,"id":118,"isShow":1,"level":2,"parentId":117,"rootId":117}],"directoryName":"幽游白书","directoryWeight":33,"id":117,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"推荐","directoryWeight":9,"id":386,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"政务","directoryWeight":9,"id":379,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"推荐","directoryWeight":0,"id":335,"isShow":1,"level":2,"parentId":320,"rootId":320}],"directoryName":"推荐","directoryWeight":9,"id":320,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"媒体","directoryWeight":8,"id":390,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"媒体","directoryWeight":8,"id":323,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"自媒体","directoryWeight":7,"id":329,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"名人","directoryWeight":6,"id":389,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"测试","directoryWeight":0,"id":338,"isShow":1,"level":2,"parentId":324,"rootId":324}],"directoryName":"名人","directoryWeight":6,"id":324,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"2级目录","directoryWeight":0,"id":340,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"3级测试","directoryWeight":0,"id":368,"isShow":1,"level":3,"parentId":339,"rootId":312}],"directoryName":"二级目录","directoryWeight":0,"id":339,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"企业","directoryWeight":1,"id":348,"isShow":1,"level":3,"parentId":336,"rootId":312},{"directoryName":"部委","directoryWeight":0,"id":344,"isShow":1,"level":3,"parentId":336,"rootId":312},{"directoryName":"地方","directoryWeight":0,"id":341,"isShow":1,"level":3,"parentId":336,"rootId":312}],"directoryName":"类型","directoryWeight":0,"id":336,"isShow":1,"level":2,"parentId":312,"rootId":312},{"children":[{"directoryName":"贵州省","directoryWeight":0,"id":378,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"西藏自治区","directoryWeight":0,"id":377,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"四川省","directoryWeight":0,"id":376,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"重庆市","directoryWeight":0,"id":375,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"湖南省","directoryWeight":0,"id":374,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"云南省","directoryWeight":0,"id":373,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"广西壮族自治区","directoryWeight":0,"id":372,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"宁夏回族自治区","directoryWeight":0,"id":371,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"湖北省","directoryWeight":0,"id":370,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"青海省","directoryWeight":0,"id":369,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"陕西省","directoryWeight":0,"id":367,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"甘肃省","directoryWeight":0,"id":366,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"吉林省","directoryWeight":0,"id":365,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"广东省","directoryWeight":0,"id":364,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"海南省","directoryWeight":0,"id":363,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"辽宁省","directoryWeight":0,"id":362,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"江苏省","directoryWeight":0,"id":361,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"新疆维吾尔族自治区","directoryWeight":0,"id":360,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"福建省","directoryWeight":0,"id":359,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"山东省","directoryWeight":0,"id":358,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"河南省","directoryWeight":0,"id":357,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"浙江省","directoryWeight":0,"id":356,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"安徽省","directoryWeight":0,"id":355,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"上海市","directoryWeight":0,"id":354,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"河北省","directoryWeight":0,"id":353,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"黑龙江省","directoryWeight":0,"id":352,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"江西省","directoryWeight":0,"id":351,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"内蒙古自治区","directoryWeight":0,"id":350,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"北京市","directoryWeight":0,"id":349,"isShow":1,"level":3,"parentId":332,"rootId":312},{"directoryName":"山西省","directoryWeight":0,"id":346,"isShow":1,"level":3,"parentId":332,"rootId":312}],"directoryName":"地域","directoryWeight":0,"id":332,"isShow":1,"level":2,"parentId":312,"rootId":312}],"directoryName":"政务","directoryWeight":5,"id":312,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"学校","directoryWeight":4,"id":331,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"机构","directoryWeight":3,"id":330,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[{"directoryName":"新闻联播","directoryWeight":3,"id":79,"isShow":1,"level":3,"parentId":75,"rootId":74},{"directoryName":"第三季","directoryWeight":2,"id":78,"isShow":1,"level":3,"parentId":75,"rootId":74},{"directoryName":"三级","directoryWeight":1,"id":76,"isShow":1,"level":3,"parentId":75,"rootId":74}],"directoryName":"短视频","directoryWeight":1,"id":75,"isShow":1,"level":2,"parentId":74,"rootId":74}],"directoryName":"创作","directoryWeight":3,"id":74,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"教学","directoryWeight":2,"id":72,"isShow":1,"level":2,"parentId":64,"rootId":64},{"children":[],"directoryName":"热门","directoryWeight":1,"id":73,"isShow":1,"level":2,"parentId":64,"rootId":64},{"children":[],"directoryName":"赛事","directoryWeight":1,"id":71,"isShow":1,"level":2,"parentId":64,"rootId":64}],"directoryName":"游戏","directoryWeight":2,"id":64,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"新闻","directoryWeight":1,"id":315,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"趣闻","directoryWeight":6,"id":70,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"时政","directoryWeight":5,"id":69,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"农业","directoryWeight":3,"id":68,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"娱乐","directoryWeight":3,"id":67,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"科技","directoryWeight":2,"id":66,"isShow":1,"level":2,"parentId":63,"rootId":63},{"children":[],"directoryName":"国际","directoryWeight":1,"id":65,"isShow":1,"level":2,"parentId":63,"rootId":63}],"directoryName":"新闻","directoryWeight":1,"id":63,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"公安","directoryWeight":0,"id":388,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"dddd","directoryWeight":0,"id":387,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"健康","directoryWeight":0,"id":384,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"综合","directoryWeight":0,"id":328,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"房产","directoryWeight":0,"id":327,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"健康","directoryWeight":0,"id":318,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"历史","directoryWeight":0,"id":310,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[],"directoryName":"dddd","directoryWeight":0,"id":309,"isShow":1,"level":1,"parentId":0,"rootId":0},{"children":[{"children":[],"directoryName":"aaaa","directoryWeight":1,"id":333,"isShow":1,"level":2,"parentId":308,"rootId":308},{"children":[],"directoryName":"qqq","directoryWeight":0,"id":334,"isShow":1,"level":2,"parentId":308,"rootId":308}],"directoryName":"dddd","directoryWeight":0,"id":308,"isShow":1,"level":1,"parentId":0,"rootId":0}],"message":"Success","success":true,"timestamp":1710741803593}`) as ResponseDTO<FollowListItem[]> |
| 19 | // res.data.forEach(element => { | 16 | // res.data.forEach(element => { |
| 20 | // this.data.push(element) | 17 | // this.data.push(element) |
| 21 | // }); | 18 | // }); |
| 22 | - | ||
| 23 | MinePageDatasModel.getFollowListData(getContext(this)).then((value)=>{ | 19 | MinePageDatasModel.getFollowListData(getContext(this)).then((value)=>{ |
| 20 | + this.data.push(new FollowListItem("我的")) | ||
| 24 | value.forEach((element)=>{ | 21 | value.forEach((element)=>{ |
| 25 | this.data.push(element) | 22 | this.data.push(element) |
| 26 | }) | 23 | }) |
| 27 | console.log("ycg",this.data.length.toString()); | 24 | console.log("ycg",this.data.length.toString()); |
| 25 | + }).catch((err:Error)=>{ | ||
| 26 | + console.log(TAG,JSON.stringify(err)) | ||
| 28 | }) | 27 | }) |
| 29 | } | 28 | } |
| 30 | 29 |
| 1 | -import { LazyDataSource } from 'wdKit'; | 1 | +import { LazyDataSource, StringUtils } from 'wdKit'; |
| 2 | import MinePageDatasModel from '../../../model/MinePageDatasModel'; | 2 | import MinePageDatasModel from '../../../model/MinePageDatasModel'; |
| 3 | import { FollowListDetailItem } from '../../../viewmodel/FollowListDetailItem' | 3 | import { FollowListDetailItem } from '../../../viewmodel/FollowListDetailItem' |
| 4 | import { FollowListDetailRequestItem } from '../../../viewmodel/FollowListDetailRequestItem'; | 4 | import { FollowListDetailRequestItem } from '../../../viewmodel/FollowListDetailRequestItem'; |
| 5 | +import { FollowListStatusRequestItem } from '../../../viewmodel/FollowListStatusRequestItem'; | ||
| 6 | +import { MineFollowListDetailItem } from '../../../viewmodel/MineFollowListDetailItem'; | ||
| 7 | +import { QueryListIsFollowedItem } from '../../../viewmodel/QueryListIsFollowedItem'; | ||
| 5 | import { ListHasNoMoreDataUI } from '../../reusable/ListHasNoMoreDataUI'; | 8 | import { ListHasNoMoreDataUI } from '../../reusable/ListHasNoMoreDataUI'; |
| 6 | 9 | ||
| 7 | const TAG = "FollowListDetailUI" | 10 | const TAG = "FollowListDetailUI" |
| @@ -23,6 +26,7 @@ export struct FollowListDetailUI{ | @@ -23,6 +26,7 @@ export struct FollowListDetailUI{ | ||
| 23 | Column(){ | 26 | Column(){ |
| 24 | if(this.count === 0){ | 27 | if(this.count === 0){ |
| 25 | ListHasNoMoreDataUI({style:2}) | 28 | ListHasNoMoreDataUI({style:2}) |
| 29 | + .height('100%') | ||
| 26 | }else{ | 30 | }else{ |
| 27 | List({ space: 3 }) { | 31 | List({ space: 3 }) { |
| 28 | LazyForEach(this.data, (item: FollowListDetailItem, index: number = 0) => { | 32 | LazyForEach(this.data, (item: FollowListDetailItem, index: number = 0) => { |
| @@ -52,21 +56,23 @@ export struct FollowListDetailUI{ | @@ -52,21 +56,23 @@ export struct FollowListDetailUI{ | ||
| 52 | } | 56 | } |
| 53 | }) | 57 | }) |
| 54 | } | 58 | } |
| 55 | - }.height('100%') | 59 | + } |
| 56 | .width('100%') | 60 | .width('100%') |
| 57 | } | 61 | } |
| 58 | 62 | ||
| 59 | getNewPageData(){ | 63 | getNewPageData(){ |
| 60 | this.isLoading = true | 64 | this.isLoading = true |
| 65 | + //我的关注列表 | ||
| 66 | + if (this.creatorDirectoryId === -1){ | ||
| 61 | if(this.hasMore){ | 67 | if(this.hasMore){ |
| 62 | - let object = new FollowListDetailRequestItem(this.creatorDirectoryId,20,this.curPageNum) | 68 | + let object = new FollowListDetailRequestItem(20,this.curPageNum) |
| 63 | 69 | ||
| 64 | - MinePageDatasModel.getFollowListDetailData(object,getContext(this)).then((value)=>{ | 70 | + MinePageDatasModel.getMineFollowListData(object,getContext(this)).then((value)=>{ |
| 65 | if (!this.data || value.list.length == 0){ | 71 | if (!this.data || value.list.length == 0){ |
| 66 | this.hasMore = false | 72 | this.hasMore = false |
| 67 | }else{ | 73 | }else{ |
| 68 | value.list.forEach((value)=>{ | 74 | value.list.forEach((value)=>{ |
| 69 | - this.data.push(new FollowListDetailItem(value.headPhotoUrl,value.cnUserName,value.cnFansNum,value.introduction)) | 75 | + this.data.push(new FollowListDetailItem(value.attentionHeadPhotoUrl,value.attentionUserName,value.fansNum,value.introduction,value.attentionCreatorId,"1")) |
| 70 | }) | 76 | }) |
| 71 | this.data.notifyDataReload() | 77 | this.data.notifyDataReload() |
| 72 | this.count = this.data.totalCount() | 78 | this.count = this.data.totalCount() |
| @@ -76,10 +82,71 @@ export struct FollowListDetailUI{ | @@ -76,10 +82,71 @@ export struct FollowListDetailUI{ | ||
| 76 | this.hasMore = false | 82 | this.hasMore = false |
| 77 | } | 83 | } |
| 78 | } | 84 | } |
| 85 | + this.isLoading = false | ||
| 86 | + }).catch((err:Error)=>{ | ||
| 87 | + console.log(TAG,"请求失败") | ||
| 88 | + this.isLoading = false | ||
| 89 | + }) | ||
| 90 | + } | ||
| 91 | + }else{ | ||
| 92 | + if(this.hasMore){ | ||
| 93 | + if(this.creatorDirectoryId === 120){ | ||
| 94 | + console.log("console"); | ||
| 95 | + } | ||
| 96 | + let object = new FollowListDetailRequestItem(this.creatorDirectoryId,20,this.curPageNum) | ||
| 97 | + | ||
| 98 | + MinePageDatasModel.getFollowListDetailData(object,getContext(this)).then((value)=>{ | ||
| 99 | + if (!this.data || value.list.length == 0){ | ||
| 100 | + this.hasMore = false | ||
| 101 | + this.isLoading = false | ||
| 102 | + }else{ | ||
| 103 | + this.getFollowListStatus(value) | ||
| 104 | + } | ||
| 105 | + }).catch((err:Error)=>{ | ||
| 106 | + console.log(TAG,"请求失败") | ||
| 107 | + this.isLoading = false | ||
| 108 | + }) | ||
| 109 | + } | ||
| 110 | + } | ||
| 111 | + } | ||
| 112 | + | ||
| 113 | + getFollowListStatus(value:MineFollowListDetailItem){ | ||
| 114 | + let status = new FollowListStatusRequestItem() | ||
| 115 | + let data : FollowListDetailItem[] = [] | ||
| 116 | + value.list.forEach((item)=>{ | ||
| 117 | + status.creatorIds.push(new QueryListIsFollowedItem(item.creatorId)) | ||
| 118 | + data.push(new FollowListDetailItem(item.headPhotoUrl,item.cnUserName,item.cnFansNum,item.introduction,item.creatorId,"0")) | ||
| 79 | }) | 119 | }) |
| 120 | + | ||
| 121 | + MinePageDatasModel.getFollowListStatusData(status,getContext(this)).then((newValue)=>{ | ||
| 122 | + newValue.forEach((item)=>{ | ||
| 123 | + data.forEach((list)=>{ | ||
| 124 | + if (item.creatorId == list.creatorId) { | ||
| 125 | + list.status = item.status | ||
| 80 | } | 126 | } |
| 127 | + }) | ||
| 128 | + }) | ||
| 129 | + | ||
| 130 | + data.forEach((item)=>{ | ||
| 131 | + this.data.push(new FollowListDetailItem(item.headPhotoUrl,item.cnUserName,item.cnFansNum,item.introduction,item.creatorId,item.status)) | ||
| 132 | + }) | ||
| 133 | + | ||
| 134 | + this.data.notifyDataReload() | ||
| 135 | + | ||
| 136 | + this.count = this.data.totalCount() | ||
| 137 | + if (this.data.totalCount() < value.totalCount) { | ||
| 138 | + this.curPageNum++ | ||
| 139 | + }else { | ||
| 140 | + this.hasMore = false | ||
| 141 | + } | ||
| 142 | + | ||
| 143 | + this.isLoading = false | ||
| 144 | + }).catch((err:Error)=>{ | ||
| 145 | + console.log(TAG,"请求失败") | ||
| 81 | this.isLoading = false | 146 | this.isLoading = false |
| 147 | + }) | ||
| 82 | } | 148 | } |
| 149 | + | ||
| 83 | } | 150 | } |
| 84 | 151 | ||
| 85 | @Component | 152 | @Component |
| @@ -91,7 +158,7 @@ struct ChildComponent { | @@ -91,7 +158,7 @@ struct ChildComponent { | ||
| 91 | Blank().height('27lpx') | 158 | Blank().height('27lpx') |
| 92 | 159 | ||
| 93 | Row() { | 160 | Row() { |
| 94 | - Image(this.data.headPhotoUrl) | 161 | + Image(StringUtils.isEmpty(this.data.headPhotoUrl)?$r('app.media.default_head'):this.data.headPhotoUrl) |
| 95 | .objectFit(ImageFit.Auto) | 162 | .objectFit(ImageFit.Auto) |
| 96 | .width('92lpx') | 163 | .width('92lpx') |
| 97 | .height('92lpx') | 164 | .height('92lpx') |
| @@ -115,7 +182,7 @@ struct ChildComponent { | @@ -115,7 +182,7 @@ struct ChildComponent { | ||
| 115 | }.layoutWeight(1) | 182 | }.layoutWeight(1) |
| 116 | .alignItems(HorizontalAlign.Start) | 183 | .alignItems(HorizontalAlign.Start) |
| 117 | 184 | ||
| 118 | - if(this.data.isFollow){ | 185 | + if(this.data.status == "1"){ |
| 119 | Row(){ | 186 | Row(){ |
| 120 | Text(`已关注`) | 187 | Text(`已关注`) |
| 121 | .fontColor($r('app.color.color_CCCCCC')) | 188 | .fontColor($r('app.color.color_CCCCCC')) |
| @@ -124,13 +191,14 @@ struct ChildComponent { | @@ -124,13 +191,14 @@ struct ChildComponent { | ||
| 124 | .lineHeight('35lpx') | 191 | .lineHeight('35lpx') |
| 125 | }.backgroundColor($r('app.color.color_F5F5F5')) | 192 | }.backgroundColor($r('app.color.color_F5F5F5')) |
| 126 | .borderRadius('6lpx') | 193 | .borderRadius('6lpx') |
| 194 | + .borderColor($r('app.color.color_F5F5F5')) | ||
| 127 | .borderWidth('2lpx') | 195 | .borderWidth('2lpx') |
| 128 | .justifyContent(FlexAlign.Center) | 196 | .justifyContent(FlexAlign.Center) |
| 129 | .width('100lpx') | 197 | .width('100lpx') |
| 130 | .height('46lpx') | 198 | .height('46lpx') |
| 131 | .margin({left:'4lpx',top:'23lpx'}) | 199 | .margin({left:'4lpx',top:'23lpx'}) |
| 132 | .onClick(()=>{ | 200 | .onClick(()=>{ |
| 133 | - this.data.isFollow = false | 201 | + this.data.status = "0" |
| 134 | }) | 202 | }) |
| 135 | }else{ | 203 | }else{ |
| 136 | Row(){ | 204 | Row(){ |
| @@ -143,7 +211,7 @@ struct ChildComponent { | @@ -143,7 +211,7 @@ struct ChildComponent { | ||
| 143 | .fontSize('23lpx') | 211 | .fontSize('23lpx') |
| 144 | .fontWeight('500lpx') | 212 | .fontWeight('500lpx') |
| 145 | .lineHeight('35lpx') | 213 | .lineHeight('35lpx') |
| 146 | - }.borderColor($r('app.color.color_ED2800')) | 214 | + }.borderColor($r('app.color.color_1AED2800')) |
| 147 | .borderRadius('6lpx') | 215 | .borderRadius('6lpx') |
| 148 | .borderWidth('2lpx') | 216 | .borderWidth('2lpx') |
| 149 | .justifyContent(FlexAlign.Center) | 217 | .justifyContent(FlexAlign.Center) |
| @@ -151,7 +219,7 @@ struct ChildComponent { | @@ -151,7 +219,7 @@ struct ChildComponent { | ||
| 151 | .height('46lpx') | 219 | .height('46lpx') |
| 152 | .margin({left:'4lpx',top:'23lpx'}) | 220 | .margin({left:'4lpx',top:'23lpx'}) |
| 153 | .onClick(()=>{ | 221 | .onClick(()=>{ |
| 154 | - this.data.isFollow = true | 222 | + this.data.status = "1" |
| 155 | }) | 223 | }) |
| 156 | } | 224 | } |
| 157 | }.alignItems(VerticalAlign.Top) | 225 | }.alignItems(VerticalAlign.Top) |
| @@ -9,6 +9,9 @@ import { Logger, ResourcesUtils } from 'wdKit'; | @@ -9,6 +9,9 @@ import { Logger, ResourcesUtils } from 'wdKit'; | ||
| 9 | import { MineFollowListDetailItem } from '../viewmodel/MineFollowListDetailItem'; | 9 | import { MineFollowListDetailItem } from '../viewmodel/MineFollowListDetailItem'; |
| 10 | import { FollowListDetailRequestItem } from '../viewmodel/FollowListDetailRequestItem'; | 10 | import { FollowListDetailRequestItem } from '../viewmodel/FollowListDetailRequestItem'; |
| 11 | import { FollowListItem } from '../viewmodel/FollowListItem'; | 11 | import { FollowListItem } from '../viewmodel/FollowListItem'; |
| 12 | +import { MineFollowListItem } from '../viewmodel/MineFollowListItem'; | ||
| 13 | +import { QueryListIsFollowedItem } from '../viewmodel/QueryListIsFollowedItem'; | ||
| 14 | +import { FollowListStatusRequestItem } from '../viewmodel/FollowListStatusRequestItem'; | ||
| 12 | 15 | ||
| 13 | const TAG = "MinePageDatasModel" | 16 | const TAG = "MinePageDatasModel" |
| 14 | 17 | ||
| @@ -103,8 +106,7 @@ class MinePageDatasModel{ | @@ -103,8 +106,7 @@ class MinePageDatasModel{ | ||
| 103 | return new Promise<MineAppointmentListItem>((success, error) => { | 106 | return new Promise<MineAppointmentListItem>((success, error) => { |
| 104 | Logger.info(TAG, `getAppointmentList start`); | 107 | Logger.info(TAG, `getAppointmentList start`); |
| 105 | this.fetchAppointmentListData(pageSize,pageNum).then((navResDTO: ResponseDTO<MineAppointmentListItem>) => { | 108 | this.fetchAppointmentListData(pageSize,pageNum).then((navResDTO: ResponseDTO<MineAppointmentListItem>) => { |
| 106 | - if (!navResDTO) { | ||
| 107 | - error("page data invalid"); | 109 | + if (!navResDTO || navResDTO.code != 0) { |
| 108 | success(this.getAppointmentListDataLocal(context)) | 110 | success(this.getAppointmentListDataLocal(context)) |
| 109 | return | 111 | return |
| 110 | } | 112 | } |
| @@ -113,7 +115,6 @@ class MinePageDatasModel{ | @@ -113,7 +115,6 @@ class MinePageDatasModel{ | ||
| 113 | success(navigationBean); | 115 | success(navigationBean); |
| 114 | }).catch((err: Error) => { | 116 | }).catch((err: Error) => { |
| 115 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); | 117 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); |
| 116 | - // error(err); | ||
| 117 | success(this.getAppointmentListDataLocal(context)) | 118 | success(this.getAppointmentListDataLocal(context)) |
| 118 | }) | 119 | }) |
| 119 | }) | 120 | }) |
| @@ -141,8 +142,7 @@ class MinePageDatasModel{ | @@ -141,8 +142,7 @@ class MinePageDatasModel{ | ||
| 141 | return new Promise<MineFollowListDetailItem>((success, error) => { | 142 | return new Promise<MineFollowListDetailItem>((success, error) => { |
| 142 | Logger.info(TAG, `getAppointmentList start`); | 143 | Logger.info(TAG, `getAppointmentList start`); |
| 143 | this.fetchFollowListDetailData(params).then((navResDTO: ResponseDTO<MineFollowListDetailItem>) => { | 144 | this.fetchFollowListDetailData(params).then((navResDTO: ResponseDTO<MineFollowListDetailItem>) => { |
| 144 | - if (!navResDTO) { | ||
| 145 | - error("page data invalid"); | 145 | + if (!navResDTO || navResDTO.code != 0) { |
| 146 | success(this.getFollowListDetailDataLocal(context)) | 146 | success(this.getFollowListDetailDataLocal(context)) |
| 147 | return | 147 | return |
| 148 | } | 148 | } |
| @@ -151,7 +151,6 @@ class MinePageDatasModel{ | @@ -151,7 +151,6 @@ class MinePageDatasModel{ | ||
| 151 | success(navigationBean); | 151 | success(navigationBean); |
| 152 | }).catch((err: Error) => { | 152 | }).catch((err: Error) => { |
| 153 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); | 153 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); |
| 154 | - // error(err); | ||
| 155 | success(this.getFollowListDetailDataLocal(context)) | 154 | success(this.getFollowListDetailDataLocal(context)) |
| 156 | }) | 155 | }) |
| 157 | }) | 156 | }) |
| @@ -188,8 +187,7 @@ class MinePageDatasModel{ | @@ -188,8 +187,7 @@ class MinePageDatasModel{ | ||
| 188 | return new Promise<FollowListItem[]>((success, error) => { | 187 | return new Promise<FollowListItem[]>((success, error) => { |
| 189 | Logger.info(TAG, `getAppointmentList start`); | 188 | Logger.info(TAG, `getAppointmentList start`); |
| 190 | this.fetchFollowListData().then((navResDTO: ResponseDTO<FollowListItem[]>) => { | 189 | this.fetchFollowListData().then((navResDTO: ResponseDTO<FollowListItem[]>) => { |
| 191 | - if (!navResDTO) { | ||
| 192 | - error("page data invalid"); | 190 | + if (!navResDTO || navResDTO.code != 0) { |
| 193 | success(this.getFollowListDataLocal(context)) | 191 | success(this.getFollowListDataLocal(context)) |
| 194 | return | 192 | return |
| 195 | } | 193 | } |
| @@ -198,7 +196,6 @@ class MinePageDatasModel{ | @@ -198,7 +196,6 @@ class MinePageDatasModel{ | ||
| 198 | success(navigationBean); | 196 | success(navigationBean); |
| 199 | }).catch((err: Error) => { | 197 | }).catch((err: Error) => { |
| 200 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); | 198 | Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); |
| 201 | - // error(err); | ||
| 202 | success(this.getFollowListDataLocal(context)) | 199 | success(this.getFollowListDataLocal(context)) |
| 203 | }) | 200 | }) |
| 204 | }) | 201 | }) |
| @@ -206,7 +203,7 @@ class MinePageDatasModel{ | @@ -206,7 +203,7 @@ class MinePageDatasModel{ | ||
| 206 | 203 | ||
| 207 | async getFollowListDataLocal(context: Context): Promise<FollowListItem[]> { | 204 | async getFollowListDataLocal(context: Context): Promise<FollowListItem[]> { |
| 208 | Logger.info(TAG, `getFollowListDataLocal start`); | 205 | Logger.info(TAG, `getFollowListDataLocal start`); |
| 209 | - let compRes: ResponseDTO<FollowListItem[]> | null = await ResourcesUtils.getResourcesJson<ResponseDTO<FollowListItem[]>>(context,'follow_list_data2.json' ); | 206 | + let compRes: ResponseDTO<FollowListItem[]> | null = await ResourcesUtils.getResourcesJson<ResponseDTO<FollowListItem[]>>(context,'follow_list_data.json' ); |
| 210 | if (!compRes || !compRes.data) { | 207 | if (!compRes || !compRes.data) { |
| 211 | Logger.info(TAG, `getFollowListDataLocal compRes is empty`); | 208 | Logger.info(TAG, `getFollowListDataLocal compRes is empty`); |
| 212 | return [] | 209 | return [] |
| @@ -214,6 +211,90 @@ class MinePageDatasModel{ | @@ -214,6 +211,90 @@ class MinePageDatasModel{ | ||
| 214 | Logger.info(TAG, `getFollowListDataLocal getResourcesJsonSync compRes : ${JSON.stringify(compRes)}`); | 211 | Logger.info(TAG, `getFollowListDataLocal getResourcesJsonSync compRes : ${JSON.stringify(compRes)}`); |
| 215 | return compRes.data | 212 | return compRes.data |
| 216 | } | 213 | } |
| 214 | + | ||
| 215 | + /** | ||
| 216 | + * 我的关注列表 | ||
| 217 | + * @param params | ||
| 218 | + * @param context | ||
| 219 | + * @returns | ||
| 220 | + */ | ||
| 221 | + getMineFollowListData(params:FollowListDetailRequestItem,context: Context): Promise<MineFollowListItem> { | ||
| 222 | + return new Promise<MineFollowListItem>((success, error) => { | ||
| 223 | + Logger.info(TAG, `getAppointmentList start`); | ||
| 224 | + this.fetchMineDetailFollowListData(params).then((navResDTO: ResponseDTO<MineFollowListItem>) => { | ||
| 225 | + if (!navResDTO || navResDTO.code != 0) { | ||
| 226 | + success(this.getMineFollowListDataLocal(context)) | ||
| 227 | + return | ||
| 228 | + } | ||
| 229 | + Logger.info(TAG, "getAppointmentList then,AppointmentResDTO.timeStamp:" + navResDTO.timestamp); | ||
| 230 | + let navigationBean = navResDTO.data as MineFollowListItem | ||
| 231 | + success(navigationBean); | ||
| 232 | + }).catch((err: Error) => { | ||
| 233 | + Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); | ||
| 234 | + success(this.getMineFollowListDataLocal(context)) | ||
| 235 | + }) | ||
| 236 | + }) | ||
| 237 | + } | ||
| 238 | + | ||
| 239 | + fetchMineDetailFollowListData(object:FollowListDetailRequestItem) { | ||
| 240 | + let url = HttpUrlUtils.getMineFollowListDataUrl()+`?pageSize=${object.pageSize}&pageNum=${object.pageNum}` | ||
| 241 | + let headers: HashMap<string, string> = HttpUrlUtils.getYcgCommonHeaders(); | ||
| 242 | + return WDHttp.get<ResponseDTO<MineFollowListItem>>(url, headers) | ||
| 243 | + }; | ||
| 244 | + | ||
| 245 | + async getMineFollowListDataLocal(context: Context): Promise<MineFollowListItem> { | ||
| 246 | + Logger.info(TAG, `getMineFollowListDataLocal start`); | ||
| 247 | + let compRes: ResponseDTO<MineFollowListItem> | null = await ResourcesUtils.getResourcesJson<ResponseDTO<MineFollowListItem>>(context,'mine_follow_list_data.json' ); | ||
| 248 | + if (!compRes || !compRes.data) { | ||
| 249 | + Logger.info(TAG, `getMineFollowListDataLocal compRes is empty`); | ||
| 250 | + return new MineFollowListItem() | ||
| 251 | + } | ||
| 252 | + Logger.info(TAG, `getMineFollowListDataLocal getResourcesJsonSync compRes : ${JSON.stringify(compRes)}`); | ||
| 253 | + return compRes.data | ||
| 254 | + } | ||
| 255 | + | ||
| 256 | + /** | ||
| 257 | + * 查询是否被关注 列表 | ||
| 258 | + * @param params | ||
| 259 | + * @param context | ||
| 260 | + * @returns | ||
| 261 | + */ | ||
| 262 | + getFollowListStatusData(params:FollowListStatusRequestItem,context: Context): Promise<QueryListIsFollowedItem[]> { | ||
| 263 | + return new Promise<QueryListIsFollowedItem[]>((success, error) => { | ||
| 264 | + Logger.info(TAG, `getAppointmentList start`); | ||
| 265 | + this.fetchFollowListStatusData(params).then((navResDTO: ResponseDTO<QueryListIsFollowedItem[]>) => { | ||
| 266 | + if (!navResDTO || navResDTO.code != 0) { | ||
| 267 | + success(this.getFollowListStatusDataLocal(context)) | ||
| 268 | + return | ||
| 269 | + } | ||
| 270 | + Logger.info(TAG, "getAppointmentList then,AppointmentResDTO.timeStamp:" + navResDTO.timestamp); | ||
| 271 | + let navigationBean = navResDTO.data as QueryListIsFollowedItem[] | ||
| 272 | + success(navigationBean); | ||
| 273 | + }).catch((err: Error) => { | ||
| 274 | + Logger.error(TAG, `fetchAppointmentListDataApi catch, error.name : ${err.name}, error.message:${err.message}`); | ||
| 275 | + success(this.getFollowListStatusDataLocal(context)) | ||
| 276 | + }) | ||
| 277 | + }) | ||
| 278 | + } | ||
| 279 | + | ||
| 280 | + fetchFollowListStatusData(object:FollowListStatusRequestItem) { | ||
| 281 | + let url = HttpUrlUtils.getFollowListStatusDataUrl() | ||
| 282 | + let headers: HashMap<string, string> = HttpUrlUtils.getYcgCommonHeaders(); | ||
| 283 | + return WDHttp.post<ResponseDTO<QueryListIsFollowedItem[]>>(url,object, headers) | ||
| 284 | + }; | ||
| 285 | + | ||
| 286 | + async getFollowListStatusDataLocal(context: Context): Promise<QueryListIsFollowedItem[]> { | ||
| 287 | + Logger.info(TAG, `getMineFollowListDataLocal start`); | ||
| 288 | + let compRes: ResponseDTO<QueryListIsFollowedItem[]> | null = await ResourcesUtils.getResourcesJson<ResponseDTO<QueryListIsFollowedItem[]>>(context,'follow_list_id120_isfocus_data.json' ); | ||
| 289 | + if (!compRes || !compRes.data) { | ||
| 290 | + Logger.info(TAG, `getMineFollowListDataLocal compRes is empty`); | ||
| 291 | + return [] | ||
| 292 | + } | ||
| 293 | + Logger.info(TAG, `getMineFollowListDataLocal getResourcesJsonSync compRes : ${JSON.stringify(compRes)}`); | ||
| 294 | + return compRes.data | ||
| 295 | + } | ||
| 296 | + | ||
| 297 | + | ||
| 217 | } | 298 | } |
| 218 | 299 | ||
| 219 | const minePageDatasModel = MinePageDatasModel.getInstance() | 300 | const minePageDatasModel = MinePageDatasModel.getInstance() |
| @@ -65,12 +65,20 @@ export class FollowListDetailItem{ | @@ -65,12 +65,20 @@ export class FollowListDetailItem{ | ||
| 65 | cnUserName:string //昵称 | 65 | cnUserName:string //昵称 |
| 66 | cnFansNum:number //粉丝数 | 66 | cnFansNum:number //粉丝数 |
| 67 | introduction:string //介绍 | 67 | introduction:string //介绍 |
| 68 | - isFollow:boolean = false //是否已经关注 | 68 | + status:string = "0" //是否已经关注 |
| 69 | + creatorId:string = "" | ||
| 69 | 70 | ||
| 70 | - constructor(headPhotoUrl:string,cnUserName:string,cnFansNum:number,introduction:string) { | 71 | + attentionCreatorId:string = "" |
| 72 | + attentionHeadPhotoUrl:string = "" | ||
| 73 | + attentionUserName:string = "" | ||
| 74 | + fansNum :number = 0 | ||
| 75 | + | ||
| 76 | + constructor(headPhotoUrl:string,cnUserName:string,cnFansNum:number,introduction:string,creatorId:string,status:string ) { | ||
| 71 | this.headPhotoUrl = headPhotoUrl | 77 | this.headPhotoUrl = headPhotoUrl |
| 72 | this.cnUserName = cnUserName | 78 | this.cnUserName = cnUserName |
| 73 | this.cnFansNum = cnFansNum | 79 | this.cnFansNum = cnFansNum |
| 74 | this.introduction = introduction | 80 | this.introduction = introduction |
| 81 | + this.creatorId = creatorId | ||
| 82 | + this.status = status | ||
| 75 | } | 83 | } |
| 76 | } | 84 | } |
| 1 | export class FollowListDetailRequestItem{ | 1 | export class FollowListDetailRequestItem{ |
| 2 | - creatorDirectoryId:number = 120 | 2 | + creatorDirectoryId:number = -1 |
| 3 | pageSize:number = 20 | 3 | pageSize:number = 20 |
| 4 | pageNum:number = 1 | 4 | pageNum:number = 1 |
| 5 | 5 | ||
| 6 | - constructor(creatorDirectoryId: number = 120, | 6 | + constructor(creatorDirectoryId: number = -1, |
| 7 | pageSize: number = 20, | 7 | pageSize: number = 20, |
| 8 | pageNum: number = 1) { | 8 | pageNum: number = 1) { |
| 9 | this.creatorDirectoryId = creatorDirectoryId | 9 | this.creatorDirectoryId = creatorDirectoryId |
| @@ -40,7 +40,7 @@ export class FollowListItem{ | @@ -40,7 +40,7 @@ export class FollowListItem{ | ||
| 40 | } | 40 | } |
| 41 | directoryName:string = "" | 41 | directoryName:string = "" |
| 42 | directoryWeight:number = 0 | 42 | directoryWeight:number = 0 |
| 43 | - id:number = 0 | 43 | + id:number = -1 |
| 44 | isShow:number = 1 | 44 | isShow:number = 1 |
| 45 | level:number = 1 | 45 | level:number = 1 |
| 46 | parentId:number = 0 | 46 | parentId:number = 0 |
| 1 | { | 1 | { |
| 2 | "code": "0", | 2 | "code": "0", |
| 3 | "data": { | 3 | "data": { |
| 4 | - "list": [{ | 4 | + "list": [ |
| 5 | + { | ||
| 5 | "attentionNum": 0, | 6 | "attentionNum": 0, |
| 6 | "authIcon": "", | 7 | "authIcon": "", |
| 7 | "authId": 0, | 8 | "authId": 0, |
| @@ -58,7 +59,8 @@ | @@ -58,7 +59,8 @@ | ||
| 58 | "userName": "QACrawler2115", | 59 | "userName": "QACrawler2115", |
| 59 | "userType": "2", | 60 | "userType": "2", |
| 60 | "waresSwitch": 1 | 61 | "waresSwitch": 1 |
| 61 | - }, { | 62 | + }, |
| 63 | + { | ||
| 62 | "attentionNum": 0, | 64 | "attentionNum": 0, |
| 63 | "authIcon": "", | 65 | "authIcon": "", |
| 64 | "authId": 0, | 66 | "authId": 0, |
| @@ -115,7 +117,8 @@ | @@ -115,7 +117,8 @@ | ||
| 115 | "userName": "一休哥", | 117 | "userName": "一休哥", |
| 116 | "userType": "2", | 118 | "userType": "2", |
| 117 | "waresSwitch": 1 | 119 | "waresSwitch": 1 |
| 118 | - }, { | 120 | + }, |
| 121 | + { | ||
| 119 | "attentionNum": 0, | 122 | "attentionNum": 0, |
| 120 | "authIcon": "", | 123 | "authIcon": "", |
| 121 | "authId": 0, | 124 | "authId": 0, |
| @@ -172,41 +175,42 @@ | @@ -172,41 +175,42 @@ | ||
| 172 | "userName": "0921媒体", | 175 | "userName": "0921媒体", |
| 173 | "userType": "3", | 176 | "userType": "3", |
| 174 | "waresSwitch": 1 | 177 | "waresSwitch": 1 |
| 175 | - }, { | 178 | + }, |
| 179 | + { | ||
| 176 | "attentionNum": 0, | 180 | "attentionNum": 0, |
| 177 | - "authIcon": "https://sitcontentjdcdn.aikan.pdnews.cn/creator-category/icon/auth/blue.png", | ||
| 178 | - "authId": 1, | 181 | + "authIcon": "", |
| 182 | + "authId": 0, | ||
| 179 | "authPersonal": "", | 183 | "authPersonal": "", |
| 180 | - "authTitle": "黄袍加身V", | ||
| 181 | - "categoryAuth": "黄袍加身V", | ||
| 182 | - "city": "340100", | ||
| 183 | - "cnAttentionNum": 9, | 184 | + "authTitle": "", |
| 185 | + "categoryAuth": "", | ||
| 186 | + "city": "110100", | ||
| 187 | + "cnAttentionNum": 0, | ||
| 184 | "cnCollectNum": 0, | 188 | "cnCollectNum": 0, |
| 185 | - "cnCommentNum": 3, | 189 | + "cnCommentNum": 0, |
| 186 | "cnFansNum": 9, | 190 | "cnFansNum": 9, |
| 187 | "cnIsAttention": 1, | 191 | "cnIsAttention": 1, |
| 188 | "cnIsComment": 1, | 192 | "cnIsComment": 1, |
| 189 | "cnIsLike": 1, | 193 | "cnIsLike": 1, |
| 190 | - "cnLikeNum": 7, | 194 | + "cnLikeNum": 6, |
| 191 | "cnLiveCommentControl": 1, | 195 | "cnLiveCommentControl": 1, |
| 192 | "cnLiveGiftControl": 1, | 196 | "cnLiveGiftControl": 1, |
| 193 | "cnLiveLikeControl": 1, | 197 | "cnLiveLikeControl": 1, |
| 194 | "cnLiveShareControl": 1, | 198 | "cnLiveShareControl": 1, |
| 195 | "cnMainControl": 1, | 199 | "cnMainControl": 1, |
| 196 | - "cnRegistTime": 1695260417000, | 200 | + "cnRegistTime": 1695201858000, |
| 197 | "cnShareControl": 1, | 201 | "cnShareControl": 1, |
| 198 | "cnShareNum": 0, | 202 | "cnShareNum": 0, |
| 199 | - "cnUserId": "444776025830725", | ||
| 200 | - "cnUserName": "李智恩3", | 203 | + "cnUserId": "444296355502149", |
| 204 | + "cnUserName": "0920个人", | ||
| 201 | "cnUserType": "2", | 205 | "cnUserType": "2", |
| 202 | "collectNum": 0, | 206 | "collectNum": 0, |
| 203 | - "creatorId": "3004855", | ||
| 204 | - "district": "340102", | 207 | + "creatorId": "3004851", |
| 208 | + "district": "110101", | ||
| 205 | "fansNum": 0, | 209 | "fansNum": 0, |
| 206 | - "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309Th094010643/N5o.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 207 | - "honoraryIcon": "", | ||
| 208 | - "honoraryTitle": "", | ||
| 209 | - "introduction": "IU", | 210 | + "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We172415100/h2j.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", |
| 211 | + "honoraryIcon": "https://cdn.aikan.pdnews.cn/image/picture/202312/20231223173451966FdV.png", | ||
| 212 | + "honoraryTitle": "快乐星球", | ||
| 213 | + "introduction": "账号简介", | ||
| 210 | "isAttention": 1, | 214 | "isAttention": 1, |
| 211 | "isComment": 1, | 215 | "isComment": 1, |
| 212 | "isLike": 1, | 216 | "isLike": 1, |
| @@ -216,31 +220,32 @@ | @@ -216,31 +220,32 @@ | ||
| 216 | "liveGiftControl": 1, | 220 | "liveGiftControl": 1, |
| 217 | "liveLikeControl": 1, | 221 | "liveLikeControl": 1, |
| 218 | "liveShareControl": 1, | 222 | "liveShareControl": 1, |
| 219 | - "posterShareControl": 0, | ||
| 220 | - "province": "340000", | 223 | + "posterShareControl": 1, |
| 224 | + "province": "110000", | ||
| 221 | "publishNum": 0, | 225 | "publishNum": 0, |
| 222 | - "region": "安徽", | 226 | + "region": "上海", |
| 223 | "shareControl": 1, | 227 | "shareControl": 1, |
| 224 | "shareNum": 0, | 228 | "shareNum": 0, |
| 225 | - "shopOpen": 1, | 229 | + "shopOpen": 0, |
| 226 | "storeUrl": "", | 230 | "storeUrl": "", |
| 227 | - "subjectType": 1, | 231 | + "subjectType": 0, |
| 228 | "userId": "", | 232 | "userId": "", |
| 229 | - "userName": "李智恩3", | 233 | + "userName": "0920个人", |
| 230 | "userType": "2", | 234 | "userType": "2", |
| 231 | - "waresSwitch": 0 | ||
| 232 | - }, { | 235 | + "waresSwitch": 1 |
| 236 | + }, | ||
| 237 | + { | ||
| 233 | "attentionNum": 0, | 238 | "attentionNum": 0, |
| 234 | - "authIcon": "https://sitcontentjdcdn.aikan.pdnews.cn/creator-category/icon/auth/yellow.png", | ||
| 235 | - "authId": 2, | 239 | + "authIcon": "", |
| 240 | + "authId": 0, | ||
| 236 | "authPersonal": "", | 241 | "authPersonal": "", |
| 237 | - "authTitle": "黄VV", | ||
| 238 | - "categoryAuth": "黄VV", | 242 | + "authTitle": "", |
| 243 | + "categoryAuth": "", | ||
| 239 | "city": "120100", | 244 | "city": "120100", |
| 240 | - "cnAttentionNum": 1, | ||
| 241 | - "cnCollectNum": 1, | ||
| 242 | - "cnCommentNum": 7, | ||
| 243 | - "cnFansNum": 13, | 245 | + "cnAttentionNum": 0, |
| 246 | + "cnCollectNum": 0, | ||
| 247 | + "cnCommentNum": 0, | ||
| 248 | + "cnFansNum": 10, | ||
| 244 | "cnIsAttention": 1, | 249 | "cnIsAttention": 1, |
| 245 | "cnIsComment": 1, | 250 | "cnIsComment": 1, |
| 246 | "cnIsLike": 1, | 251 | "cnIsLike": 1, |
| @@ -250,20 +255,20 @@ | @@ -250,20 +255,20 @@ | ||
| 250 | "cnLiveLikeControl": 1, | 255 | "cnLiveLikeControl": 1, |
| 251 | "cnLiveShareControl": 1, | 256 | "cnLiveShareControl": 1, |
| 252 | "cnMainControl": 1, | 257 | "cnMainControl": 1, |
| 253 | - "cnRegistTime": 1695202406000, | 258 | + "cnRegistTime": 1695190066000, |
| 254 | "cnShareControl": 1, | 259 | "cnShareControl": 1, |
| 255 | "cnShareNum": 0, | 260 | "cnShareNum": 0, |
| 256 | - "cnUserId": "444300764043333", | ||
| 257 | - "cnUserName": "创作者账号7777", | 261 | + "cnUserId": "444200272593477", |
| 262 | + "cnUserName": "zhuaqu005", | ||
| 258 | "cnUserType": "2", | 263 | "cnUserType": "2", |
| 259 | "collectNum": 0, | 264 | "collectNum": 0, |
| 260 | - "creatorId": "3004853", | 265 | + "creatorId": "3004849", |
| 261 | "district": "120101", | 266 | "district": "120101", |
| 262 | "fansNum": 0, | 267 | "fansNum": 0, |
| 263 | - "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/image/creator/2023092715/4727ab5db7604dbbac9ffb94ed03614e.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | 268 | + "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We140931534/CIX.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", |
| 264 | "honoraryIcon": "", | 269 | "honoraryIcon": "", |
| 265 | "honoraryTitle": "", | 270 | "honoraryTitle": "", |
| 266 | - "introduction": "协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作", | 271 | + "introduction": "aaa", |
| 267 | "isAttention": 1, | 272 | "isAttention": 1, |
| 268 | "isComment": 1, | 273 | "isComment": 1, |
| 269 | "isLike": 1, | 274 | "isLike": 1, |
| @@ -273,54 +278,55 @@ | @@ -273,54 +278,55 @@ | ||
| 273 | "liveGiftControl": 1, | 278 | "liveGiftControl": 1, |
| 274 | "liveLikeControl": 1, | 279 | "liveLikeControl": 1, |
| 275 | "liveShareControl": 1, | 280 | "liveShareControl": 1, |
| 276 | - "posterShareControl": 0, | 281 | + "posterShareControl": 1, |
| 277 | "province": "120000", | 282 | "province": "120000", |
| 278 | "publishNum": 0, | 283 | "publishNum": 0, |
| 279 | - "region": "安徽", | 284 | + "region": "上海", |
| 280 | "shareControl": 1, | 285 | "shareControl": 1, |
| 281 | "shareNum": 0, | 286 | "shareNum": 0, |
| 282 | - "shopOpen": 1, | 287 | + "shopOpen": 0, |
| 283 | "storeUrl": "", | 288 | "storeUrl": "", |
| 284 | "subjectType": 0, | 289 | "subjectType": 0, |
| 285 | "userId": "", | 290 | "userId": "", |
| 286 | - "userName": "创作者账号7777", | 291 | + "userName": "zhuaqu005", |
| 287 | "userType": "2", | 292 | "userType": "2", |
| 288 | - "waresSwitch": 0 | ||
| 289 | - }, { | 293 | + "waresSwitch": 1 |
| 294 | + }, | ||
| 295 | + { | ||
| 290 | "attentionNum": 0, | 296 | "attentionNum": 0, |
| 291 | - "authIcon": "", | ||
| 292 | - "authId": 0, | 297 | + "authIcon": "https://sitcontentjdcdn.aikan.pdnews.cn/creator-category/icon/auth/yellow.png", |
| 298 | + "authId": 2, | ||
| 293 | "authPersonal": "", | 299 | "authPersonal": "", |
| 294 | - "authTitle": "", | ||
| 295 | - "categoryAuth": "", | ||
| 296 | - "city": "110100", | ||
| 297 | - "cnAttentionNum": 0, | ||
| 298 | - "cnCollectNum": 0, | ||
| 299 | - "cnCommentNum": 0, | ||
| 300 | - "cnFansNum": 9, | 300 | + "authTitle": "黄VV", |
| 301 | + "categoryAuth": "黄VV", | ||
| 302 | + "city": "120100", | ||
| 303 | + "cnAttentionNum": 1, | ||
| 304 | + "cnCollectNum": 1, | ||
| 305 | + "cnCommentNum": 7, | ||
| 306 | + "cnFansNum": 13, | ||
| 301 | "cnIsAttention": 1, | 307 | "cnIsAttention": 1, |
| 302 | "cnIsComment": 1, | 308 | "cnIsComment": 1, |
| 303 | "cnIsLike": 1, | 309 | "cnIsLike": 1, |
| 304 | - "cnLikeNum": 6, | 310 | + "cnLikeNum": 0, |
| 305 | "cnLiveCommentControl": 1, | 311 | "cnLiveCommentControl": 1, |
| 306 | "cnLiveGiftControl": 1, | 312 | "cnLiveGiftControl": 1, |
| 307 | "cnLiveLikeControl": 1, | 313 | "cnLiveLikeControl": 1, |
| 308 | "cnLiveShareControl": 1, | 314 | "cnLiveShareControl": 1, |
| 309 | "cnMainControl": 1, | 315 | "cnMainControl": 1, |
| 310 | - "cnRegistTime": 1695201858000, | 316 | + "cnRegistTime": 1695202406000, |
| 311 | "cnShareControl": 1, | 317 | "cnShareControl": 1, |
| 312 | "cnShareNum": 0, | 318 | "cnShareNum": 0, |
| 313 | - "cnUserId": "444296355502149", | ||
| 314 | - "cnUserName": "0920个人", | 319 | + "cnUserId": "444300764043333", |
| 320 | + "cnUserName": "创作者账号7777", | ||
| 315 | "cnUserType": "2", | 321 | "cnUserType": "2", |
| 316 | "collectNum": 0, | 322 | "collectNum": 0, |
| 317 | - "creatorId": "3004851", | ||
| 318 | - "district": "110101", | 323 | + "creatorId": "3004853", |
| 324 | + "district": "120101", | ||
| 319 | "fansNum": 0, | 325 | "fansNum": 0, |
| 320 | - "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We172415100/h2j.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 321 | - "honoraryIcon": "https://cdn.aikan.pdnews.cn/image/picture/202312/20231223173451966FdV.png", | ||
| 322 | - "honoraryTitle": "快乐星球", | ||
| 323 | - "introduction": "账号简介", | 326 | + "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/image/creator/2023092715/4727ab5db7604dbbac9ffb94ed03614e.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", |
| 327 | + "honoraryIcon": "", | ||
| 328 | + "honoraryTitle": "", | ||
| 329 | + "introduction": "协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作", | ||
| 324 | "isAttention": 1, | 330 | "isAttention": 1, |
| 325 | "isComment": 1, | 331 | "isComment": 1, |
| 326 | "isLike": 1, | 332 | "isLike": 1, |
| @@ -330,54 +336,55 @@ | @@ -330,54 +336,55 @@ | ||
| 330 | "liveGiftControl": 1, | 336 | "liveGiftControl": 1, |
| 331 | "liveLikeControl": 1, | 337 | "liveLikeControl": 1, |
| 332 | "liveShareControl": 1, | 338 | "liveShareControl": 1, |
| 333 | - "posterShareControl": 1, | ||
| 334 | - "province": "110000", | 339 | + "posterShareControl": 0, |
| 340 | + "province": "120000", | ||
| 335 | "publishNum": 0, | 341 | "publishNum": 0, |
| 336 | - "region": "上海", | 342 | + "region": "安徽", |
| 337 | "shareControl": 1, | 343 | "shareControl": 1, |
| 338 | "shareNum": 0, | 344 | "shareNum": 0, |
| 339 | - "shopOpen": 0, | 345 | + "shopOpen": 1, |
| 340 | "storeUrl": "", | 346 | "storeUrl": "", |
| 341 | "subjectType": 0, | 347 | "subjectType": 0, |
| 342 | "userId": "", | 348 | "userId": "", |
| 343 | - "userName": "0920个人", | 349 | + "userName": "创作者账号7777", |
| 344 | "userType": "2", | 350 | "userType": "2", |
| 345 | - "waresSwitch": 1 | ||
| 346 | - }, { | 351 | + "waresSwitch": 0 |
| 352 | + }, | ||
| 353 | + { | ||
| 347 | "attentionNum": 0, | 354 | "attentionNum": 0, |
| 348 | - "authIcon": "", | ||
| 349 | - "authId": 0, | 355 | + "authIcon": "https://sitcontentjdcdn.aikan.pdnews.cn/creator-category/icon/auth/blue.png", |
| 356 | + "authId": 1, | ||
| 350 | "authPersonal": "", | 357 | "authPersonal": "", |
| 351 | - "authTitle": "", | ||
| 352 | - "categoryAuth": "", | ||
| 353 | - "city": "120100", | ||
| 354 | - "cnAttentionNum": 0, | 358 | + "authTitle": "黄袍加身V", |
| 359 | + "categoryAuth": "黄袍加身V", | ||
| 360 | + "city": "340100", | ||
| 361 | + "cnAttentionNum": 9, | ||
| 355 | "cnCollectNum": 0, | 362 | "cnCollectNum": 0, |
| 356 | - "cnCommentNum": 0, | ||
| 357 | - "cnFansNum": 10, | 363 | + "cnCommentNum": 3, |
| 364 | + "cnFansNum": 9, | ||
| 358 | "cnIsAttention": 1, | 365 | "cnIsAttention": 1, |
| 359 | "cnIsComment": 1, | 366 | "cnIsComment": 1, |
| 360 | "cnIsLike": 1, | 367 | "cnIsLike": 1, |
| 361 | - "cnLikeNum": 0, | 368 | + "cnLikeNum": 7, |
| 362 | "cnLiveCommentControl": 1, | 369 | "cnLiveCommentControl": 1, |
| 363 | "cnLiveGiftControl": 1, | 370 | "cnLiveGiftControl": 1, |
| 364 | "cnLiveLikeControl": 1, | 371 | "cnLiveLikeControl": 1, |
| 365 | "cnLiveShareControl": 1, | 372 | "cnLiveShareControl": 1, |
| 366 | "cnMainControl": 1, | 373 | "cnMainControl": 1, |
| 367 | - "cnRegistTime": 1695190066000, | 374 | + "cnRegistTime": 1695260417000, |
| 368 | "cnShareControl": 1, | 375 | "cnShareControl": 1, |
| 369 | "cnShareNum": 0, | 376 | "cnShareNum": 0, |
| 370 | - "cnUserId": "444200272593477", | ||
| 371 | - "cnUserName": "zhuaqu005", | 377 | + "cnUserId": "444776025830725", |
| 378 | + "cnUserName": "李智恩3", | ||
| 372 | "cnUserType": "2", | 379 | "cnUserType": "2", |
| 373 | "collectNum": 0, | 380 | "collectNum": 0, |
| 374 | - "creatorId": "3004849", | ||
| 375 | - "district": "120101", | 381 | + "creatorId": "3004855", |
| 382 | + "district": "340102", | ||
| 376 | "fansNum": 0, | 383 | "fansNum": 0, |
| 377 | - "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We140931534/CIX.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | 384 | + "headPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309Th094010643/N5o.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", |
| 378 | "honoraryIcon": "", | 385 | "honoraryIcon": "", |
| 379 | "honoraryTitle": "", | 386 | "honoraryTitle": "", |
| 380 | - "introduction": "aaa", | 387 | + "introduction": "IU", |
| 381 | "isAttention": 1, | 388 | "isAttention": 1, |
| 382 | "isComment": 1, | 389 | "isComment": 1, |
| 383 | "isLike": 1, | 390 | "isLike": 1, |
| @@ -387,25 +394,26 @@ | @@ -387,25 +394,26 @@ | ||
| 387 | "liveGiftControl": 1, | 394 | "liveGiftControl": 1, |
| 388 | "liveLikeControl": 1, | 395 | "liveLikeControl": 1, |
| 389 | "liveShareControl": 1, | 396 | "liveShareControl": 1, |
| 390 | - "posterShareControl": 1, | ||
| 391 | - "province": "120000", | 397 | + "posterShareControl": 0, |
| 398 | + "province": "340000", | ||
| 392 | "publishNum": 0, | 399 | "publishNum": 0, |
| 393 | - "region": "上海", | 400 | + "region": "安徽", |
| 394 | "shareControl": 1, | 401 | "shareControl": 1, |
| 395 | "shareNum": 0, | 402 | "shareNum": 0, |
| 396 | - "shopOpen": 0, | 403 | + "shopOpen": 1, |
| 397 | "storeUrl": "", | 404 | "storeUrl": "", |
| 398 | - "subjectType": 0, | 405 | + "subjectType": 1, |
| 399 | "userId": "", | 406 | "userId": "", |
| 400 | - "userName": "zhuaqu005", | 407 | + "userName": "李智恩3", |
| 401 | "userType": "2", | 408 | "userType": "2", |
| 402 | - "waresSwitch": 1 | ||
| 403 | - }], | 409 | + "waresSwitch": 0 |
| 410 | + } | ||
| 411 | + ], | ||
| 404 | "pageNum": 1, | 412 | "pageNum": 1, |
| 405 | "pageSize": 20, | 413 | "pageSize": 20, |
| 406 | "totalCount": 7 | 414 | "totalCount": 7 |
| 407 | }, | 415 | }, |
| 408 | "message": "Success", | 416 | "message": "Success", |
| 409 | "success": true, | 417 | "success": true, |
| 410 | - "timestamp": 1710742034894 | 418 | + "timestamp": 1710989443354 |
| 411 | } | 419 | } |
sight_harmony/products/phone/src/main/resources/rawfile/follow_list_id120_isfocus_data.json
0 → 100644
| 1 | +{ | ||
| 2 | + "code": "0", | ||
| 3 | + "data": [ | ||
| 4 | + { | ||
| 5 | + "creatorId": "3004862", | ||
| 6 | + "status": "0", | ||
| 7 | + "userId": "567387477063621" | ||
| 8 | + }, | ||
| 9 | + { | ||
| 10 | + "creatorId": "3004861", | ||
| 11 | + "status": "0", | ||
| 12 | + "userId": "567387477063621" | ||
| 13 | + }, | ||
| 14 | + { | ||
| 15 | + "creatorId": "3004860", | ||
| 16 | + "status": "0", | ||
| 17 | + "userId": "567387477063621" | ||
| 18 | + }, | ||
| 19 | + { | ||
| 20 | + "creatorId": "3004851", | ||
| 21 | + "status": "1", | ||
| 22 | + "userId": "567387477063621" | ||
| 23 | + }, | ||
| 24 | + { | ||
| 25 | + "creatorId": "3004849", | ||
| 26 | + "status": "1", | ||
| 27 | + "userId": "567387477063621" | ||
| 28 | + }, | ||
| 29 | + { | ||
| 30 | + "creatorId": "3004853", | ||
| 31 | + "status": "1", | ||
| 32 | + "userId": "567387477063621" | ||
| 33 | + }, | ||
| 34 | + { | ||
| 35 | + "creatorId": "3004855", | ||
| 36 | + "status": "0", | ||
| 37 | + "userId": "567387477063621" | ||
| 38 | + } | ||
| 39 | + ], | ||
| 40 | + "message": "Success", | ||
| 41 | + "meta": null, | ||
| 42 | + "requestId": "", | ||
| 43 | + "success": true, | ||
| 44 | + "timestamp": 1710989443648 | ||
| 45 | +} |
| 1 | +{ | ||
| 2 | + "code": "0", | ||
| 3 | + "data": { | ||
| 4 | + "hasNext": 0, | ||
| 5 | + "list": [ | ||
| 6 | + { | ||
| 7 | + "attentionCreatorId": "3214877", | ||
| 8 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/ueditor/image/20231227/a_924511395855200256.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 9 | + "attentionNum": 0, | ||
| 10 | + "attentionUserId": "508051203257158", | ||
| 11 | + "attentionUserName": "北京交通运输职业学院", | ||
| 12 | + "attentionUserType": 2, | ||
| 13 | + "authIcon": "", | ||
| 14 | + "authId": 0, | ||
| 15 | + "authPersional": "", | ||
| 16 | + "authTitle": "", | ||
| 17 | + "banControl": 0, | ||
| 18 | + "categoryAuth": "", | ||
| 19 | + "cnLiveCommentControl": 1, | ||
| 20 | + "cnLiveGiftControl": 1, | ||
| 21 | + "cnLiveLikeControl": 1, | ||
| 22 | + "cnLiveShareControl": 1, | ||
| 23 | + "cnShareControl": 1, | ||
| 24 | + "collectNum": 0, | ||
| 25 | + "commentNum": 0, | ||
| 26 | + "createTime": 1710742365000, | ||
| 27 | + "fansNum": 1, | ||
| 28 | + "honoraryIcon": "", | ||
| 29 | + "honoraryTitle": "", | ||
| 30 | + "id": 100704, | ||
| 31 | + "introduction": "北京交通运输职业学院", | ||
| 32 | + "isAttention": null, | ||
| 33 | + "isComment": 1, | ||
| 34 | + "isLike": 1, | ||
| 35 | + "isVisiable": 1, | ||
| 36 | + "likeNum": 0, | ||
| 37 | + "liveCommentControl": 1, | ||
| 38 | + "liveGiftControl": 1, | ||
| 39 | + "liveLikeControl": 1, | ||
| 40 | + "liveShareControl": 1, | ||
| 41 | + "mainControl": 1, | ||
| 42 | + "posterShareControl": 1, | ||
| 43 | + "registTime": 1599214346000, | ||
| 44 | + "shareControl": 1, | ||
| 45 | + "shareNum": 0, | ||
| 46 | + "status": 1, | ||
| 47 | + "subjectType": null, | ||
| 48 | + "updateTime": 1710742365000, | ||
| 49 | + "userId": "567387477063621", | ||
| 50 | + "userType": 1 | ||
| 51 | + }, | ||
| 52 | + { | ||
| 53 | + "attentionCreatorId": "3092827", | ||
| 54 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/user_app/201907/rmrb_Mw5PyAQe1563349003.jpg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 55 | + "attentionNum": 0, | ||
| 56 | + "attentionUserId": "507982569927494", | ||
| 57 | + "attentionUserName": "3G楼市周刊合肥站", | ||
| 58 | + "attentionUserType": 5, | ||
| 59 | + "authIcon": "", | ||
| 60 | + "authId": 0, | ||
| 61 | + "authPersional": "", | ||
| 62 | + "authTitle": "", | ||
| 63 | + "banControl": 0, | ||
| 64 | + "categoryAuth": "", | ||
| 65 | + "cnLiveCommentControl": 1, | ||
| 66 | + "cnLiveGiftControl": 1, | ||
| 67 | + "cnLiveLikeControl": 1, | ||
| 68 | + "cnLiveShareControl": 1, | ||
| 69 | + "cnShareControl": 1, | ||
| 70 | + "collectNum": 0, | ||
| 71 | + "commentNum": 0, | ||
| 72 | + "createTime": 1710410008000, | ||
| 73 | + "fansNum": 1, | ||
| 74 | + "honoraryIcon": "", | ||
| 75 | + "honoraryTitle": "", | ||
| 76 | + "id": 200711, | ||
| 77 | + "introduction": "3G楼市周刊合肥站官方", | ||
| 78 | + "isAttention": null, | ||
| 79 | + "isComment": 1, | ||
| 80 | + "isLike": 1, | ||
| 81 | + "isVisiable": 1, | ||
| 82 | + "likeNum": 0, | ||
| 83 | + "liveCommentControl": 1, | ||
| 84 | + "liveGiftControl": 1, | ||
| 85 | + "liveLikeControl": 1, | ||
| 86 | + "liveShareControl": 1, | ||
| 87 | + "mainControl": 0, | ||
| 88 | + "posterShareControl": 1, | ||
| 89 | + "registTime": 1559098504000, | ||
| 90 | + "shareControl": 1, | ||
| 91 | + "shareNum": 0, | ||
| 92 | + "status": 1, | ||
| 93 | + "subjectType": null, | ||
| 94 | + "updateTime": 1710410008000, | ||
| 95 | + "userId": "567387477063621", | ||
| 96 | + "userType": 1 | ||
| 97 | + }, | ||
| 98 | + { | ||
| 99 | + "attentionCreatorId": "3022148", | ||
| 100 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/zw/bjh_image/1550310502_bb68cf1fc0ba566b3bdd77bb8648d7a8.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 101 | + "attentionNum": 0, | ||
| 102 | + "attentionUserId": "504980189045893", | ||
| 103 | + "attentionUserName": "庐州房产网", | ||
| 104 | + "attentionUserType": 2, | ||
| 105 | + "authIcon": "", | ||
| 106 | + "authId": 0, | ||
| 107 | + "authPersional": "", | ||
| 108 | + "authTitle": "", | ||
| 109 | + "banControl": 0, | ||
| 110 | + "categoryAuth": "", | ||
| 111 | + "cnLiveCommentControl": 1, | ||
| 112 | + "cnLiveGiftControl": 1, | ||
| 113 | + "cnLiveLikeControl": 1, | ||
| 114 | + "cnLiveShareControl": 1, | ||
| 115 | + "cnShareControl": 1, | ||
| 116 | + "collectNum": 0, | ||
| 117 | + "commentNum": 0, | ||
| 118 | + "createTime": 1710410008000, | ||
| 119 | + "fansNum": 1, | ||
| 120 | + "honoraryIcon": "", | ||
| 121 | + "honoraryTitle": "", | ||
| 122 | + "id": 200709, | ||
| 123 | + "introduction": "专注古城庐州楼市资讯", | ||
| 124 | + "isAttention": null, | ||
| 125 | + "isComment": 1, | ||
| 126 | + "isLike": 1, | ||
| 127 | + "isVisiable": 1, | ||
| 128 | + "likeNum": 0, | ||
| 129 | + "liveCommentControl": 1, | ||
| 130 | + "liveGiftControl": 1, | ||
| 131 | + "liveLikeControl": 1, | ||
| 132 | + "liveShareControl": 1, | ||
| 133 | + "mainControl": 1, | ||
| 134 | + "posterShareControl": 1, | ||
| 135 | + "registTime": 1550310442000, | ||
| 136 | + "shareControl": 1, | ||
| 137 | + "shareNum": 0, | ||
| 138 | + "status": 1, | ||
| 139 | + "subjectType": null, | ||
| 140 | + "updateTime": 1710410008000, | ||
| 141 | + "userId": "567387477063621", | ||
| 142 | + "userType": 1 | ||
| 143 | + }, | ||
| 144 | + { | ||
| 145 | + "attentionCreatorId": "3214944", | ||
| 146 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/article_resource/image/1562575034_a1790012453b8d5e937e.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 147 | + "attentionNum": 0, | ||
| 148 | + "attentionUserId": "508051247641414", | ||
| 149 | + "attentionUserName": "民警李建国", | ||
| 150 | + "attentionUserType": 5, | ||
| 151 | + "authIcon": "", | ||
| 152 | + "authId": 0, | ||
| 153 | + "authPersional": "", | ||
| 154 | + "authTitle": "", | ||
| 155 | + "banControl": 0, | ||
| 156 | + "categoryAuth": "", | ||
| 157 | + "cnLiveCommentControl": 1, | ||
| 158 | + "cnLiveGiftControl": 1, | ||
| 159 | + "cnLiveLikeControl": 1, | ||
| 160 | + "cnLiveShareControl": 1, | ||
| 161 | + "cnShareControl": 1, | ||
| 162 | + "collectNum": 0, | ||
| 163 | + "commentNum": 0, | ||
| 164 | + "createTime": 1710410006000, | ||
| 165 | + "fansNum": 1, | ||
| 166 | + "honoraryIcon": "", | ||
| 167 | + "honoraryTitle": "", | ||
| 168 | + "id": 200708, | ||
| 169 | + "introduction": "常州市公安局新北分局民警", | ||
| 170 | + "isAttention": null, | ||
| 171 | + "isComment": 1, | ||
| 172 | + "isLike": 1, | ||
| 173 | + "isVisiable": 1, | ||
| 174 | + "likeNum": 0, | ||
| 175 | + "liveCommentControl": 1, | ||
| 176 | + "liveGiftControl": 1, | ||
| 177 | + "liveLikeControl": 1, | ||
| 178 | + "liveShareControl": 1, | ||
| 179 | + "mainControl": 0, | ||
| 180 | + "posterShareControl": 1, | ||
| 181 | + "registTime": 1560152360000, | ||
| 182 | + "shareControl": 1, | ||
| 183 | + "shareNum": 0, | ||
| 184 | + "status": 1, | ||
| 185 | + "subjectType": null, | ||
| 186 | + "updateTime": 1710410006000, | ||
| 187 | + "userId": "567387477063621", | ||
| 188 | + "userType": 1 | ||
| 189 | + }, | ||
| 190 | + { | ||
| 191 | + "attentionCreatorId": "3215205", | ||
| 192 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/zw/bjh_image/1561779596_b5cdde910817d66e7561cf35cdb3b896.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 193 | + "attentionNum": 0, | ||
| 194 | + "attentionUserId": "504980472120453", | ||
| 195 | + "attentionUserName": "日语酱", | ||
| 196 | + "attentionUserType": 2, | ||
| 197 | + "authIcon": "", | ||
| 198 | + "authId": 0, | ||
| 199 | + "authPersional": "", | ||
| 200 | + "authTitle": "", | ||
| 201 | + "banControl": 0, | ||
| 202 | + "categoryAuth": "", | ||
| 203 | + "cnLiveCommentControl": 1, | ||
| 204 | + "cnLiveGiftControl": 1, | ||
| 205 | + "cnLiveLikeControl": 1, | ||
| 206 | + "cnLiveShareControl": 1, | ||
| 207 | + "cnShareControl": 1, | ||
| 208 | + "collectNum": 0, | ||
| 209 | + "commentNum": 0, | ||
| 210 | + "createTime": 1710410006000, | ||
| 211 | + "fansNum": 1, | ||
| 212 | + "honoraryIcon": "", | ||
| 213 | + "honoraryTitle": "", | ||
| 214 | + "id": 200707, | ||
| 215 | + "introduction": "付出不亚于任何人的努力", | ||
| 216 | + "isAttention": null, | ||
| 217 | + "isComment": 1, | ||
| 218 | + "isLike": 1, | ||
| 219 | + "isVisiable": 1, | ||
| 220 | + "likeNum": 0, | ||
| 221 | + "liveCommentControl": 1, | ||
| 222 | + "liveGiftControl": 1, | ||
| 223 | + "liveLikeControl": 1, | ||
| 224 | + "liveShareControl": 1, | ||
| 225 | + "mainControl": 1, | ||
| 226 | + "posterShareControl": 1, | ||
| 227 | + "registTime": 1560474105000, | ||
| 228 | + "shareControl": 1, | ||
| 229 | + "shareNum": 0, | ||
| 230 | + "status": 1, | ||
| 231 | + "subjectType": null, | ||
| 232 | + "updateTime": 1710410006000, | ||
| 233 | + "userId": "567387477063621", | ||
| 234 | + "userType": 1 | ||
| 235 | + }, | ||
| 236 | + { | ||
| 237 | + "attentionCreatorId": "3258463", | ||
| 238 | + "attentionHeadPhotoUrl": "", | ||
| 239 | + "attentionNum": 0, | ||
| 240 | + "attentionUserId": "508670671396102", | ||
| 241 | + "attentionUserName": "西北大学4e82", | ||
| 242 | + "attentionUserType": 5, | ||
| 243 | + "authIcon": "", | ||
| 244 | + "authId": 0, | ||
| 245 | + "authPersional": "", | ||
| 246 | + "authTitle": "", | ||
| 247 | + "banControl": 0, | ||
| 248 | + "categoryAuth": "", | ||
| 249 | + "cnLiveCommentControl": 1, | ||
| 250 | + "cnLiveGiftControl": 1, | ||
| 251 | + "cnLiveLikeControl": 1, | ||
| 252 | + "cnLiveShareControl": 1, | ||
| 253 | + "cnShareControl": 1, | ||
| 254 | + "collectNum": 0, | ||
| 255 | + "commentNum": 0, | ||
| 256 | + "createTime": 1710409996000, | ||
| 257 | + "fansNum": 1, | ||
| 258 | + "honoraryIcon": "", | ||
| 259 | + "honoraryTitle": "", | ||
| 260 | + "id": 200706, | ||
| 261 | + "introduction": "西北大学", | ||
| 262 | + "isAttention": null, | ||
| 263 | + "isComment": 1, | ||
| 264 | + "isLike": 1, | ||
| 265 | + "isVisiable": 1, | ||
| 266 | + "likeNum": 0, | ||
| 267 | + "liveCommentControl": 1, | ||
| 268 | + "liveGiftControl": 1, | ||
| 269 | + "liveLikeControl": 1, | ||
| 270 | + "liveShareControl": 1, | ||
| 271 | + "mainControl": 0, | ||
| 272 | + "posterShareControl": 1, | ||
| 273 | + "registTime": 1555554106000, | ||
| 274 | + "shareControl": 1, | ||
| 275 | + "shareNum": 0, | ||
| 276 | + "status": 1, | ||
| 277 | + "subjectType": null, | ||
| 278 | + "updateTime": 1710409996000, | ||
| 279 | + "userId": "567387477063621", | ||
| 280 | + "userType": 1 | ||
| 281 | + }, | ||
| 282 | + { | ||
| 283 | + "attentionCreatorId": "3258486", | ||
| 284 | + "attentionHeadPhotoUrl": "", | ||
| 285 | + "attentionNum": 0, | ||
| 286 | + "attentionUserId": "508670696660230", | ||
| 287 | + "attentionUserName": "扬州大学93ba", | ||
| 288 | + "attentionUserType": 5, | ||
| 289 | + "authIcon": "", | ||
| 290 | + "authId": 0, | ||
| 291 | + "authPersional": "", | ||
| 292 | + "authTitle": "", | ||
| 293 | + "banControl": 0, | ||
| 294 | + "categoryAuth": "", | ||
| 295 | + "cnLiveCommentControl": 1, | ||
| 296 | + "cnLiveGiftControl": 1, | ||
| 297 | + "cnLiveLikeControl": 1, | ||
| 298 | + "cnLiveShareControl": 1, | ||
| 299 | + "cnShareControl": 1, | ||
| 300 | + "collectNum": 0, | ||
| 301 | + "commentNum": 0, | ||
| 302 | + "createTime": 1710409996000, | ||
| 303 | + "fansNum": 1, | ||
| 304 | + "honoraryIcon": "", | ||
| 305 | + "honoraryTitle": "", | ||
| 306 | + "id": 200705, | ||
| 307 | + "introduction": "扬州大学", | ||
| 308 | + "isAttention": null, | ||
| 309 | + "isComment": 1, | ||
| 310 | + "isLike": 1, | ||
| 311 | + "isVisiable": 1, | ||
| 312 | + "likeNum": 0, | ||
| 313 | + "liveCommentControl": 1, | ||
| 314 | + "liveGiftControl": 1, | ||
| 315 | + "liveLikeControl": 1, | ||
| 316 | + "liveShareControl": 1, | ||
| 317 | + "mainControl": 0, | ||
| 318 | + "posterShareControl": 1, | ||
| 319 | + "registTime": 1555659355000, | ||
| 320 | + "shareControl": 1, | ||
| 321 | + "shareNum": 0, | ||
| 322 | + "status": 1, | ||
| 323 | + "subjectType": null, | ||
| 324 | + "updateTime": 1710409996000, | ||
| 325 | + "userId": "567387477063621", | ||
| 326 | + "userType": 1 | ||
| 327 | + }, | ||
| 328 | + { | ||
| 329 | + "attentionCreatorId": "3258575", | ||
| 330 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/zw/bjh_image/1539067744_5149cb078d4ed272af470630be272023.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 331 | + "attentionNum": 0, | ||
| 332 | + "attentionUserId": "509369589284102", | ||
| 333 | + "attentionUserName": "旅途", | ||
| 334 | + "attentionUserType": 2, | ||
| 335 | + "authIcon": "", | ||
| 336 | + "authId": 0, | ||
| 337 | + "authPersional": "", | ||
| 338 | + "authTitle": "", | ||
| 339 | + "banControl": 0, | ||
| 340 | + "categoryAuth": "", | ||
| 341 | + "cnLiveCommentControl": 1, | ||
| 342 | + "cnLiveGiftControl": 1, | ||
| 343 | + "cnLiveLikeControl": 1, | ||
| 344 | + "cnLiveShareControl": 1, | ||
| 345 | + "cnShareControl": 1, | ||
| 346 | + "collectNum": 0, | ||
| 347 | + "commentNum": 0, | ||
| 348 | + "createTime": 1710409989000, | ||
| 349 | + "fansNum": 1, | ||
| 350 | + "honoraryIcon": "", | ||
| 351 | + "honoraryTitle": "", | ||
| 352 | + "id": 200704, | ||
| 353 | + "introduction": "背包、骑车、旅行、一个人目睹沿途的风景~", | ||
| 354 | + "isAttention": null, | ||
| 355 | + "isComment": 1, | ||
| 356 | + "isLike": 1, | ||
| 357 | + "isVisiable": 1, | ||
| 358 | + "likeNum": 0, | ||
| 359 | + "liveCommentControl": 1, | ||
| 360 | + "liveGiftControl": 1, | ||
| 361 | + "liveLikeControl": 1, | ||
| 362 | + "liveShareControl": 1, | ||
| 363 | + "mainControl": 1, | ||
| 364 | + "posterShareControl": 1, | ||
| 365 | + "registTime": 1528884167000, | ||
| 366 | + "shareControl": 1, | ||
| 367 | + "shareNum": 0, | ||
| 368 | + "status": 1, | ||
| 369 | + "subjectType": null, | ||
| 370 | + "updateTime": 1710409989000, | ||
| 371 | + "userId": "567387477063621", | ||
| 372 | + "userType": 1 | ||
| 373 | + }, | ||
| 374 | + { | ||
| 375 | + "attentionCreatorId": "3258577", | ||
| 376 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/rmh/image/201905/201905160519269845.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 377 | + "attentionNum": 0, | ||
| 378 | + "attentionUserId": "509369595993350", | ||
| 379 | + "attentionUserName": "陇海在线", | ||
| 380 | + "attentionUserType": 2, | ||
| 381 | + "authIcon": "", | ||
| 382 | + "authId": 0, | ||
| 383 | + "authPersional": "", | ||
| 384 | + "authTitle": "", | ||
| 385 | + "banControl": 0, | ||
| 386 | + "categoryAuth": "", | ||
| 387 | + "cnLiveCommentControl": 1, | ||
| 388 | + "cnLiveGiftControl": 1, | ||
| 389 | + "cnLiveLikeControl": 1, | ||
| 390 | + "cnLiveShareControl": 1, | ||
| 391 | + "cnShareControl": 1, | ||
| 392 | + "collectNum": 0, | ||
| 393 | + "commentNum": 0, | ||
| 394 | + "createTime": 1710409989000, | ||
| 395 | + "fansNum": 1, | ||
| 396 | + "honoraryIcon": "", | ||
| 397 | + "honoraryTitle": "", | ||
| 398 | + "id": 200703, | ||
| 399 | + "introduction": "在这里阅读陇海沿线城市暨淮海地区最新生活资讯!", | ||
| 400 | + "isAttention": null, | ||
| 401 | + "isComment": 1, | ||
| 402 | + "isLike": 1, | ||
| 403 | + "isVisiable": 1, | ||
| 404 | + "likeNum": 0, | ||
| 405 | + "liveCommentControl": 1, | ||
| 406 | + "liveGiftControl": 1, | ||
| 407 | + "liveLikeControl": 1, | ||
| 408 | + "liveShareControl": 1, | ||
| 409 | + "mainControl": 1, | ||
| 410 | + "posterShareControl": 1, | ||
| 411 | + "registTime": 1529015167000, | ||
| 412 | + "shareControl": 1, | ||
| 413 | + "shareNum": 0, | ||
| 414 | + "status": 1, | ||
| 415 | + "subjectType": null, | ||
| 416 | + "updateTime": 1710409989000, | ||
| 417 | + "userId": "567387477063621", | ||
| 418 | + "userType": 1 | ||
| 419 | + }, | ||
| 420 | + { | ||
| 421 | + "attentionCreatorId": "3258596", | ||
| 422 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/rmh/image/201911/201911271018567208.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 423 | + "attentionNum": 0, | ||
| 424 | + "attentionUserId": "509403474238726", | ||
| 425 | + "attentionUserName": "建筑界", | ||
| 426 | + "attentionUserType": 2, | ||
| 427 | + "authIcon": "", | ||
| 428 | + "authId": 0, | ||
| 429 | + "authPersional": "", | ||
| 430 | + "authTitle": "", | ||
| 431 | + "banControl": 0, | ||
| 432 | + "categoryAuth": "", | ||
| 433 | + "cnLiveCommentControl": 1, | ||
| 434 | + "cnLiveGiftControl": 1, | ||
| 435 | + "cnLiveLikeControl": 1, | ||
| 436 | + "cnLiveShareControl": 1, | ||
| 437 | + "cnShareControl": 1, | ||
| 438 | + "collectNum": 0, | ||
| 439 | + "commentNum": 0, | ||
| 440 | + "createTime": 1710409988000, | ||
| 441 | + "fansNum": 1, | ||
| 442 | + "honoraryIcon": "", | ||
| 443 | + "honoraryTitle": "", | ||
| 444 | + "id": 200702, | ||
| 445 | + "introduction": "匠者仁心", | ||
| 446 | + "isAttention": null, | ||
| 447 | + "isComment": 1, | ||
| 448 | + "isLike": 1, | ||
| 449 | + "isVisiable": 1, | ||
| 450 | + "likeNum": 0, | ||
| 451 | + "liveCommentControl": 1, | ||
| 452 | + "liveGiftControl": 1, | ||
| 453 | + "liveLikeControl": 1, | ||
| 454 | + "liveShareControl": 1, | ||
| 455 | + "mainControl": 1, | ||
| 456 | + "posterShareControl": 1, | ||
| 457 | + "registTime": 1550712472000, | ||
| 458 | + "shareControl": 1, | ||
| 459 | + "shareNum": 0, | ||
| 460 | + "status": 1, | ||
| 461 | + "subjectType": null, | ||
| 462 | + "updateTime": 1710409988000, | ||
| 463 | + "userId": "567387477063621", | ||
| 464 | + "userType": 1 | ||
| 465 | + }, | ||
| 466 | + { | ||
| 467 | + "attentionCreatorId": "3258601", | ||
| 468 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/zw/bjh_image/1552718233_f0290f15dcbbb41d3af7ad9ed3099621.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 469 | + "attentionNum": 0, | ||
| 470 | + "attentionUserId": "509403475746054", | ||
| 471 | + "attentionUserName": "芳芳喜欢的科技课堂", | ||
| 472 | + "attentionUserType": 2, | ||
| 473 | + "authIcon": "", | ||
| 474 | + "authId": 0, | ||
| 475 | + "authPersional": "", | ||
| 476 | + "authTitle": "", | ||
| 477 | + "banControl": 0, | ||
| 478 | + "categoryAuth": "", | ||
| 479 | + "cnLiveCommentControl": 1, | ||
| 480 | + "cnLiveGiftControl": 1, | ||
| 481 | + "cnLiveLikeControl": 1, | ||
| 482 | + "cnLiveShareControl": 1, | ||
| 483 | + "cnShareControl": 1, | ||
| 484 | + "collectNum": 0, | ||
| 485 | + "commentNum": 0, | ||
| 486 | + "createTime": 1710409987000, | ||
| 487 | + "fansNum": 1, | ||
| 488 | + "honoraryIcon": "", | ||
| 489 | + "honoraryTitle": "", | ||
| 490 | + "id": 200701, | ||
| 491 | + "introduction": "每天分享与科技有关的新鲜事儿", | ||
| 492 | + "isAttention": null, | ||
| 493 | + "isComment": 1, | ||
| 494 | + "isLike": 1, | ||
| 495 | + "isVisiable": 1, | ||
| 496 | + "likeNum": 0, | ||
| 497 | + "liveCommentControl": 1, | ||
| 498 | + "liveGiftControl": 1, | ||
| 499 | + "liveLikeControl": 1, | ||
| 500 | + "liveShareControl": 1, | ||
| 501 | + "mainControl": 1, | ||
| 502 | + "posterShareControl": 1, | ||
| 503 | + "registTime": 1552718173000, | ||
| 504 | + "shareControl": 1, | ||
| 505 | + "shareNum": 0, | ||
| 506 | + "status": 1, | ||
| 507 | + "subjectType": null, | ||
| 508 | + "updateTime": 1710409987000, | ||
| 509 | + "userId": "567387477063621", | ||
| 510 | + "userType": 1 | ||
| 511 | + }, | ||
| 512 | + { | ||
| 513 | + "attentionCreatorId": "3258611", | ||
| 514 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/zw/bjh_image/1551495924_33f73482b19cd64f0f3906b19043113a.jpeg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 515 | + "attentionNum": 0, | ||
| 516 | + "attentionUserId": "509403509734662", | ||
| 517 | + "attentionUserName": "西平微传媒", | ||
| 518 | + "attentionUserType": 2, | ||
| 519 | + "authIcon": "", | ||
| 520 | + "authId": 0, | ||
| 521 | + "authPersional": "", | ||
| 522 | + "authTitle": "", | ||
| 523 | + "banControl": 0, | ||
| 524 | + "categoryAuth": "", | ||
| 525 | + "cnLiveCommentControl": 1, | ||
| 526 | + "cnLiveGiftControl": 1, | ||
| 527 | + "cnLiveLikeControl": 1, | ||
| 528 | + "cnLiveShareControl": 1, | ||
| 529 | + "cnShareControl": 1, | ||
| 530 | + "collectNum": 0, | ||
| 531 | + "commentNum": 0, | ||
| 532 | + "createTime": 1710409986000, | ||
| 533 | + "fansNum": 1, | ||
| 534 | + "honoraryIcon": "", | ||
| 535 | + "honoraryTitle": "", | ||
| 536 | + "id": 200700, | ||
| 537 | + "introduction": "西平县本地信息服务、热点追踪、关注民生。", | ||
| 538 | + "isAttention": null, | ||
| 539 | + "isComment": 1, | ||
| 540 | + "isLike": 1, | ||
| 541 | + "isVisiable": 1, | ||
| 542 | + "likeNum": 0, | ||
| 543 | + "liveCommentControl": 1, | ||
| 544 | + "liveGiftControl": 1, | ||
| 545 | + "liveLikeControl": 1, | ||
| 546 | + "liveShareControl": 1, | ||
| 547 | + "mainControl": 1, | ||
| 548 | + "posterShareControl": 1, | ||
| 549 | + "registTime": 1551495864000, | ||
| 550 | + "shareControl": 1, | ||
| 551 | + "shareNum": 0, | ||
| 552 | + "status": 1, | ||
| 553 | + "subjectType": null, | ||
| 554 | + "updateTime": 1710409986000, | ||
| 555 | + "userId": "567387477063621", | ||
| 556 | + "userType": 1 | ||
| 557 | + }, | ||
| 558 | + { | ||
| 559 | + "attentionCreatorId": "3258613", | ||
| 560 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn//upload/ueditor/image/20191011/a_367272241198526464.jpg?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 561 | + "attentionNum": 0, | ||
| 562 | + "attentionUserId": "504980253394053", | ||
| 563 | + "attentionUserName": "安庆生活", | ||
| 564 | + "attentionUserType": 2, | ||
| 565 | + "authIcon": "", | ||
| 566 | + "authId": 0, | ||
| 567 | + "authPersional": "", | ||
| 568 | + "authTitle": "", | ||
| 569 | + "banControl": 0, | ||
| 570 | + "categoryAuth": "", | ||
| 571 | + "cnLiveCommentControl": 1, | ||
| 572 | + "cnLiveGiftControl": 1, | ||
| 573 | + "cnLiveLikeControl": 1, | ||
| 574 | + "cnLiveShareControl": 1, | ||
| 575 | + "cnShareControl": 1, | ||
| 576 | + "collectNum": 0, | ||
| 577 | + "commentNum": 0, | ||
| 578 | + "createTime": 1710409985000, | ||
| 579 | + "fansNum": 1, | ||
| 580 | + "honoraryIcon": "", | ||
| 581 | + "honoraryTitle": "", | ||
| 582 | + "id": 200699, | ||
| 583 | + "introduction": "传播有价值的声音,记录生活,共享精彩!\n", | ||
| 584 | + "isAttention": null, | ||
| 585 | + "isComment": 1, | ||
| 586 | + "isLike": 1, | ||
| 587 | + "isVisiable": 1, | ||
| 588 | + "likeNum": 0, | ||
| 589 | + "liveCommentControl": 1, | ||
| 590 | + "liveGiftControl": 1, | ||
| 591 | + "liveLikeControl": 1, | ||
| 592 | + "liveShareControl": 1, | ||
| 593 | + "mainControl": 1, | ||
| 594 | + "posterShareControl": 1, | ||
| 595 | + "registTime": 1551433741000, | ||
| 596 | + "shareControl": 1, | ||
| 597 | + "shareNum": 0, | ||
| 598 | + "status": 1, | ||
| 599 | + "subjectType": null, | ||
| 600 | + "updateTime": 1710409985000, | ||
| 601 | + "userId": "567387477063621", | ||
| 602 | + "userType": 1 | ||
| 603 | + }, | ||
| 604 | + { | ||
| 605 | + "attentionCreatorId": "3004851", | ||
| 606 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We172415100/h2j.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 607 | + "attentionNum": 0, | ||
| 608 | + "attentionUserId": "444296355502149", | ||
| 609 | + "attentionUserName": "0920个人", | ||
| 610 | + "attentionUserType": 2, | ||
| 611 | + "authIcon": "", | ||
| 612 | + "authId": 0, | ||
| 613 | + "authPersional": "", | ||
| 614 | + "authTitle": "", | ||
| 615 | + "banControl": 0, | ||
| 616 | + "categoryAuth": "", | ||
| 617 | + "cnLiveCommentControl": 1, | ||
| 618 | + "cnLiveGiftControl": 1, | ||
| 619 | + "cnLiveLikeControl": 1, | ||
| 620 | + "cnLiveShareControl": 1, | ||
| 621 | + "cnShareControl": 1, | ||
| 622 | + "collectNum": 0, | ||
| 623 | + "commentNum": 0, | ||
| 624 | + "createTime": 1710409979000, | ||
| 625 | + "fansNum": 9, | ||
| 626 | + "honoraryIcon": "https://cdn.aikan.pdnews.cn/image/picture/202312/20231223173451966FdV.png", | ||
| 627 | + "honoraryTitle": "快乐星球", | ||
| 628 | + "id": 200698, | ||
| 629 | + "introduction": "账号简介", | ||
| 630 | + "isAttention": null, | ||
| 631 | + "isComment": 1, | ||
| 632 | + "isLike": 1, | ||
| 633 | + "isVisiable": 1, | ||
| 634 | + "likeNum": 6, | ||
| 635 | + "liveCommentControl": 1, | ||
| 636 | + "liveGiftControl": 1, | ||
| 637 | + "liveLikeControl": 1, | ||
| 638 | + "liveShareControl": 1, | ||
| 639 | + "mainControl": 1, | ||
| 640 | + "posterShareControl": 1, | ||
| 641 | + "registTime": 1695201858000, | ||
| 642 | + "shareControl": 1, | ||
| 643 | + "shareNum": 0, | ||
| 644 | + "status": 1, | ||
| 645 | + "subjectType": null, | ||
| 646 | + "updateTime": 1710409979000, | ||
| 647 | + "userId": "567387477063621", | ||
| 648 | + "userType": 1 | ||
| 649 | + }, | ||
| 650 | + { | ||
| 651 | + "attentionCreatorId": "3004853", | ||
| 652 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/image/creator/2023092715/4727ab5db7604dbbac9ffb94ed03614e.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 653 | + "attentionNum": 1, | ||
| 654 | + "attentionUserId": "444300764043333", | ||
| 655 | + "attentionUserName": "创作者账号7777", | ||
| 656 | + "attentionUserType": 2, | ||
| 657 | + "authIcon": "https://sitcontentjdcdn.aikan.pdnews.cn/creator-category/icon/auth/yellow.png", | ||
| 658 | + "authId": 2, | ||
| 659 | + "authPersional": "", | ||
| 660 | + "authTitle": "黄VV", | ||
| 661 | + "banControl": 0, | ||
| 662 | + "categoryAuth": "黄VV", | ||
| 663 | + "cnLiveCommentControl": 1, | ||
| 664 | + "cnLiveGiftControl": 1, | ||
| 665 | + "cnLiveLikeControl": 1, | ||
| 666 | + "cnLiveShareControl": 1, | ||
| 667 | + "cnShareControl": 1, | ||
| 668 | + "collectNum": 1, | ||
| 669 | + "commentNum": 7, | ||
| 670 | + "createTime": 1710409979000, | ||
| 671 | + "fansNum": 13, | ||
| 672 | + "honoraryIcon": "", | ||
| 673 | + "honoraryTitle": "", | ||
| 674 | + "id": 200697, | ||
| 675 | + "introduction": "协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作平台是进行团队开发、协作的系统,一般是基于互联网,也有用专业网的情况。协作平台的主要功能是:分工合作、进度控制、版本控制等功能。协作", | ||
| 676 | + "isAttention": null, | ||
| 677 | + "isComment": 1, | ||
| 678 | + "isLike": 1, | ||
| 679 | + "isVisiable": 1, | ||
| 680 | + "likeNum": 0, | ||
| 681 | + "liveCommentControl": 1, | ||
| 682 | + "liveGiftControl": 1, | ||
| 683 | + "liveLikeControl": 1, | ||
| 684 | + "liveShareControl": 1, | ||
| 685 | + "mainControl": 1, | ||
| 686 | + "posterShareControl": 0, | ||
| 687 | + "registTime": 1695202406000, | ||
| 688 | + "shareControl": 1, | ||
| 689 | + "shareNum": 0, | ||
| 690 | + "status": 1, | ||
| 691 | + "subjectType": null, | ||
| 692 | + "updateTime": 1710409979000, | ||
| 693 | + "userId": "567387477063621", | ||
| 694 | + "userType": 1 | ||
| 695 | + }, | ||
| 696 | + { | ||
| 697 | + "attentionCreatorId": "3004849", | ||
| 698 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309We140931534/CIX.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 699 | + "attentionNum": 0, | ||
| 700 | + "attentionUserId": "444200272593477", | ||
| 701 | + "attentionUserName": "zhuaqu005", | ||
| 702 | + "attentionUserType": 2, | ||
| 703 | + "authIcon": "", | ||
| 704 | + "authId": 0, | ||
| 705 | + "authPersional": "", | ||
| 706 | + "authTitle": "", | ||
| 707 | + "banControl": 0, | ||
| 708 | + "categoryAuth": "", | ||
| 709 | + "cnLiveCommentControl": 1, | ||
| 710 | + "cnLiveGiftControl": 1, | ||
| 711 | + "cnLiveLikeControl": 1, | ||
| 712 | + "cnLiveShareControl": 1, | ||
| 713 | + "cnShareControl": 1, | ||
| 714 | + "collectNum": 0, | ||
| 715 | + "commentNum": 0, | ||
| 716 | + "createTime": 1710409978000, | ||
| 717 | + "fansNum": 10, | ||
| 718 | + "honoraryIcon": "", | ||
| 719 | + "honoraryTitle": "", | ||
| 720 | + "id": 200696, | ||
| 721 | + "introduction": "aaa", | ||
| 722 | + "isAttention": null, | ||
| 723 | + "isComment": 1, | ||
| 724 | + "isLike": 1, | ||
| 725 | + "isVisiable": 1, | ||
| 726 | + "likeNum": 0, | ||
| 727 | + "liveCommentControl": 1, | ||
| 728 | + "liveGiftControl": 1, | ||
| 729 | + "liveLikeControl": 1, | ||
| 730 | + "liveShareControl": 1, | ||
| 731 | + "mainControl": 1, | ||
| 732 | + "posterShareControl": 1, | ||
| 733 | + "registTime": 1695190066000, | ||
| 734 | + "shareControl": 1, | ||
| 735 | + "shareNum": 0, | ||
| 736 | + "status": 1, | ||
| 737 | + "subjectType": null, | ||
| 738 | + "updateTime": 1710409978000, | ||
| 739 | + "userId": "567387477063621", | ||
| 740 | + "userType": 1 | ||
| 741 | + }, | ||
| 742 | + { | ||
| 743 | + "attentionCreatorId": "3004841", | ||
| 744 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/202309Tu155358686/Clu.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 745 | + "attentionNum": 0, | ||
| 746 | + "attentionUserId": "443539162419717", | ||
| 747 | + "attentionUserName": "好主播007", | ||
| 748 | + "attentionUserType": 2, | ||
| 749 | + "authIcon": "", | ||
| 750 | + "authId": 0, | ||
| 751 | + "authPersional": "", | ||
| 752 | + "authTitle": "", | ||
| 753 | + "banControl": 0, | ||
| 754 | + "categoryAuth": "", | ||
| 755 | + "cnLiveCommentControl": 1, | ||
| 756 | + "cnLiveGiftControl": 1, | ||
| 757 | + "cnLiveLikeControl": 1, | ||
| 758 | + "cnLiveShareControl": 1, | ||
| 759 | + "cnShareControl": 1, | ||
| 760 | + "collectNum": 0, | ||
| 761 | + "commentNum": 0, | ||
| 762 | + "createTime": 1710409975000, | ||
| 763 | + "fansNum": 12, | ||
| 764 | + "honoraryIcon": "", | ||
| 765 | + "honoraryTitle": "", | ||
| 766 | + "id": 200695, | ||
| 767 | + "introduction": "qqq", | ||
| 768 | + "isAttention": null, | ||
| 769 | + "isComment": 1, | ||
| 770 | + "isLike": 1, | ||
| 771 | + "isVisiable": 1, | ||
| 772 | + "likeNum": 0, | ||
| 773 | + "liveCommentControl": 1, | ||
| 774 | + "liveGiftControl": 1, | ||
| 775 | + "liveLikeControl": 1, | ||
| 776 | + "liveShareControl": 1, | ||
| 777 | + "mainControl": 0, | ||
| 778 | + "posterShareControl": 1, | ||
| 779 | + "registTime": 1695110042000, | ||
| 780 | + "shareControl": 1, | ||
| 781 | + "shareNum": 0, | ||
| 782 | + "status": 1, | ||
| 783 | + "subjectType": null, | ||
| 784 | + "updateTime": 1710409975000, | ||
| 785 | + "userId": "567387477063621", | ||
| 786 | + "userType": 1 | ||
| 787 | + }, | ||
| 788 | + { | ||
| 789 | + "attentionCreatorId": "3004835", | ||
| 790 | + "attentionHeadPhotoUrl": "https://sitcontentjdcdn.aikan.pdnews.cn/vod/content/202309/20230919113007795/7uI.png?x-oss-process=image/resize,l_400/auto-orient,1/quality,q_90/format,jpg", | ||
| 791 | + "attentionNum": 0, | ||
| 792 | + "attentionUserId": "443416920261445", | ||
| 793 | + "attentionUserName": "随风而起", | ||
| 794 | + "attentionUserType": 2, | ||
| 795 | + "authIcon": "", | ||
| 796 | + "authId": 0, | ||
| 797 | + "authPersional": "", | ||
| 798 | + "authTitle": "", | ||
| 799 | + "banControl": 0, | ||
| 800 | + "categoryAuth": "", | ||
| 801 | + "cnLiveCommentControl": 1, | ||
| 802 | + "cnLiveGiftControl": 1, | ||
| 803 | + "cnLiveLikeControl": 1, | ||
| 804 | + "cnLiveShareControl": 1, | ||
| 805 | + "cnShareControl": 1, | ||
| 806 | + "collectNum": 0, | ||
| 807 | + "commentNum": 0, | ||
| 808 | + "createTime": 1710409975000, | ||
| 809 | + "fansNum": 2291, | ||
| 810 | + "honoraryIcon": "", | ||
| 811 | + "honoraryTitle": "", | ||
| 812 | + "id": 200694, | ||
| 813 | + "introduction": "灰度号主", | ||
| 814 | + "isAttention": null, | ||
| 815 | + "isComment": 1, | ||
| 816 | + "isLike": 1, | ||
| 817 | + "isVisiable": 1, | ||
| 818 | + "likeNum": 0, | ||
| 819 | + "liveCommentControl": 1, | ||
| 820 | + "liveGiftControl": 1, | ||
| 821 | + "liveLikeControl": 1, | ||
| 822 | + "liveShareControl": 1, | ||
| 823 | + "mainControl": 0, | ||
| 824 | + "posterShareControl": 1, | ||
| 825 | + "registTime": 1695094442000, | ||
| 826 | + "shareControl": 1, | ||
| 827 | + "shareNum": 0, | ||
| 828 | + "status": 1, | ||
| 829 | + "subjectType": null, | ||
| 830 | + "updateTime": 1710409975000, | ||
| 831 | + "userId": "567387477063621", | ||
| 832 | + "userType": 1 | ||
| 833 | + } | ||
| 834 | + ], | ||
| 835 | + "pageNum": 1, | ||
| 836 | + "pageSize": 20, | ||
| 837 | + "totalCount": 18 | ||
| 838 | + }, | ||
| 839 | + "message": "Success", | ||
| 840 | + "meta": null, | ||
| 841 | + "requestId": "", | ||
| 842 | + "success": true, | ||
| 843 | + "timestamp": 1710989304704 | ||
| 844 | +} |
-
Please register or login to post a comment