文档
测试

获取更多作品主题

GET
/space/theme/more

请求参数

参数名
类型
描述
必填
code
区域code
必填
page
int
当前页,默认第一页
必填
limit
int
每页显示条数,默认显示10条
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
total
int
总条数
必填
list
array
列表
必填
theme_name
主题馆名称
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "total": "1", "list": [ { "id": "20", "theme_name": "3131", "arrange_id": "108", "arrange_ids": "108", "create_time": "1673590671", "update_time": "1673591560", "is_delete": "0", "skin_id": "2", "theme_code": "07KTXPKP6B", "screen_direction": "1", "interval_time": "10", "info_status": "1", "idea_status": "1", "show_status": "1", "is_show": "1", "theme_cover": "https://alioss.castlearn.com.cn/default/skin/01.png", "type": "1", "class_id": "0", "show_type": "1", "theme_title": "3131", "theme_background_url": "https://alioss.castlearn.com.cn/default/backgrougdimg/society_culture.png", "incidental_music_id": "1", "remark": "", "add_id": "0", "skin_cover": "https://alioss.castlearn.com.cn/default/skin/gateway3.png", "theme_id": "20", "skin_rise": "https://alioss.castlearn.com.cn/default/skin/3.png", "skin_back": "https://alioss.castlearn.com.cn/default/skin/01.png", "school_name": "", "school_badge": "", "has_annex": "1", "annex_cover": "http://changyihao.oss-cn-beijing.aliyuncs.com/work/cover/2022/07/111657519908521_cover.jpeg" } ] } }