文档
测试

获取主题馆列表

GET
/theme/performance/list

请求参数

参数名
类型
描述
必填
page
int
当前页,默认第一页
必填
limit
int
每页显示条数,默认显示10条
必填
class_id
int
班级ID
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "total": 2, "list": [ { "id": "23", "theme_name": "贸易主题馆", "arrange_id": null, "arrange_ids": "108.110", "create_time": "1689735277", "update_time": "1689735277", "is_delete": "0", "skin_id": "1", "theme_code": "", "screen_direction": "1", "interval_time": "10", "info_status": "1", "idea_status": "1", "show_status": "2", "is_show": "2", "theme_cover": "https://changyihao.oss-cn-beijing.aliyuncs.com/default/skin/03.png", "type": "2", "class_id": "7", "theme_id": "23", "total_num": 6 }, { "id": "22", "theme_name": "主题馆02", "arrange_id": null, "arrange_ids": "", "create_time": "1622090809", "update_time": "1662024299", "is_delete": "0", "skin_id": "1", "theme_code": "4567890", "screen_direction": "1", "interval_time": "5", "info_status": "1", "idea_status": "1", "show_status": "1", "is_show": "1", "theme_cover": "https://changyihao.oss-cn-beijing.aliyuncs.com/default/skin/01.png", "type": "2", "class_id": "7", "theme_id": "22", "total_num": 0 } ] } }