易起听-esayapi
  1. user
易起听-esayapi
  • admin
    • 管理员登录
      POST
    • 用户总数
      GET
    • 当前月份收听数据
      GET
    • 用户听歌数量排行
      GET
    • 获取用户列表
      GET
    • 修改用户信息
      PUT
    • 删除用户信息
      DELETE
    • 添加用户
      POST
    • 获取最近几个用户的信息
      GET
  • user
    • 用户注册接口
      POST
    • 用户登录接口
      POST
    • 修改密码
      POST
    • 获取推荐歌曲
      GET
    • 获取热门歌曲
      GET
    • 获取新歌推荐
      GET
    • 获取歌单列表
      GET
    • 搜索歌曲
      GET
    • 搜索建议
      GET
    • 轮播图
      GET
    • 获取全部歌单信息
      GET
    • 获取收藏
      GET
    • 收藏歌曲
      POST
    • 取消收藏的歌曲
      DELETE
    • 修改头像地址
      PUT
    • 上传头像
      POST
    • 歌曲信息单曲
      GET
    • 获取歌词
      GET
    • 获取歌曲播放链接
      GET
    • 获取用户信息
      GET
    • 查询收藏列表
      GET
    • 查询播放历史列表
      GET
    • 添加播放历史
      POST
  • api
    • rrweb开始分段
    • rrweb上传分段
    • 获取rrweb录制数据
    • 获取rrweb录制数据列表
    • 获取rrweb录制数据列表
    • 获取rrweb录制数据keyworklist
    • 获取rrweb录制数据
    • 删除rrweb
    • 发送邮件
    • oss链接请求转发
  • os
    • 获取服务器OS信息
  • ws
    • wx
  • 小程序
    • 获取线路详情
  1. user

轮播图

开发中
正式环境
http://easy.quarkzhong.top
正式环境
http://easy.quarkzhong.top
GET
http://easy.quarkzhong.top
/user/banner
最后修改时间:2023-11-19 10:32:50
责任人:未设置

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://easy.quarkzhong.top/user/banner'

返回响应

🟢200成功
application/json
Body
array of:
imageUrl
string 
必需
targetId
integer 
必需
adid
null 
必需
targetType
integer 
必需
titleColor
string 
必需
typeTitle
string 
必需
url
string  | null 
必需
exclusive
boolean 
必需
monitorImpress
null 
必需
monitorClick
null 
必需
monitorType
null 
必需
monitorImpressList
null 
必需
monitorClickList
null 
必需
monitorBlackList
null 
必需
extMonitor
null 
必需
extMonitorInfo
null 
必需
adSource
null 
必需
adLocation
null 
必需
adDispatchJson
null 
必需
encodeId
string 
必需
program
null 
必需
event
null 
必需
video
null 
必需
song
null 
必需
scm
string 
必需
bannerBizType
string 
必需
示例
[
    {
        "imageUrl": "string",
        "targetId": 0,
        "adid": null,
        "targetType": 0,
        "titleColor": "string",
        "typeTitle": "string",
        "url": "string",
        "exclusive": true,
        "monitorImpress": null,
        "monitorClick": null,
        "monitorType": null,
        "monitorImpressList": null,
        "monitorClickList": null,
        "monitorBlackList": null,
        "extMonitor": null,
        "extMonitorInfo": null,
        "adSource": null,
        "adLocation": null,
        "adDispatchJson": null,
        "encodeId": "string",
        "program": null,
        "event": null,
        "video": null,
        "song": null,
        "scm": "string",
        "bannerBizType": "string"
    }
]
修改于 2023-11-19 10:32:50
上一页
搜索建议
下一页
获取全部歌单信息
Built with