| 请求 | GET /theme/list |
|---|---|
| 参数 | ThemeListParams |
| 响应主体 | application/json (DataResponse<{ themes: List<ThemeDetails> }>) |
| 请求 | GET /theme/design/:id |
|---|---|
| 响应主体 | application/json (DataResponse<{ theme: ThemeDetails }>) |
| 请求 | POST /theme/setTheme/:id |
|---|---|
| 响应主体 | application/json ([]) |
| 请求 | POST /theme/edit/ |
|---|---|
| 请求主体 | application/json (EditThemeRequest) |
| 响应主体 | application/json ({ id: string }) |
| 请求 | POST /theme/edit/:id |
|---|---|
| 请求主体 | application/json (EditThemeRequest) |
| 响应主体 | application/json ({ id: string }) |
| 请求 | POST /theme/delete/:id |
|---|---|
| 响应主体 | application/json ([]) |