简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-14

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "studio_id": 3,
                "cover": "http://awz.com/uploads/avatar/2020-06-10/5ee0832becfba.jpg",
                "name": "kevin2",
                "describe": "",
                "popularity_refresh_time": 0,
                "apple_join": false,
                "rank_id": 1,
                "studio_user_num": 3,
                "novel_num": 5,
                "popularity_num": "1100000"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 3
    },
    "other": []
}

错误时返回:

list返回参数说明:

参数名 类型 说明
studio_id int 工作室id
cover string 工作室封面
name string 工作室名称
describe string 工作室简介
popularity_refresh_time int 工作室刷新时间
apple_join string 加入工作室【true=可以申请,false=不可以申请】
rank_id int 排名
studio_user_num int 工作室成员数
novel_num int 小说数
popularity_num string 人气数

备注:

文档更新时间: 2020-09-09 16:45   作者:admin