zoukankan      html  css  js  c++  java
  • 音悦台 api分析

    用户订阅MV更新

    http://uapi.yinyuetai.com/i/flw/subscribe-video-list?page=1&pageSize=200&uid=XXXXXX 
    uid为用户ID,pagesize最大200

    用户订阅艺人更新

    http://uapi.yinyuetai.com/i/flw/subscribe-list?page=1&pageSize=5&size=18&uid=xxxxxx 
    pagesize为每页显示艺人数量,size为每位艺人显示的MV数

    用户收藏MV

    http://uapi.yinyuetai.com/i/mv/favorite-list?uid=xxxxxx&order=new&gid=&page=1&pageSize=3000

    用户收藏悦单

    http://uapi.yinyuetai.com/i/pl/favorite-list?uid=xxxxxxx&order=new&pageSize=5

    用户订阅艺人列表

    http://uapi.yinyuetai.com/i/flw/followed-artist-list?uid=xxxxx&page=1&pageSize=18 
    pagesize默认18,最大500

    艺人MV列表

    http://idol.yinyuetai.com/video/video-list?artistId=79&page=1&pageSize=200 
    artistId为艺人ID

    MV链接

    http://www.yinyuetai.com/api/info/get-video-urls?videoId=2817959

    MV置顶评论

    http://comment.yinyuetai.com/mv/video-promo-comment-list?belongId=2817959&page=1

    MV评论

    http://comment.yinyuetai.com/mv/video-comment-list?belongId=2817959&page=1

    MV统计信息

    http://v.yinyuetai.com/video/video-statis-info?videoId=2817959

    轉載:https://blog.csdn.net/mighty13/article/details/78162386?locationNum=10&fps=1

  • 相关阅读:
    对jquery的 attr()和prop()理解
    你真的了解javascript吗
    js代码的一些小技巧
    导出导入数据库
    Mysql授权root用户远程登录
    Centos 忘记root密码怎么办?
    linux挂载概念简述:
    centos7防火墙设置
    centos 防火墙
    centos共享目录
  • 原文地址:https://www.cnblogs.com/c-x-a/p/8719183.html
Copyright © 2011-2022 走看看