Skip to Content

题材库详情

按题材 ID 获取详情。

HTTP 方法与路径GET /api/v1/news/topic/library/detail/{themeId}

入参

Path

参数位置类型必填说明
themeIdpathstring题材 ID

Query

| Query 参数 | 无 |

响应

响应外壳:成功时 JSON 含 successdata、可选 message,见 统一响应体

响应示例

对应请求 GET /api/v1/news/topic/library/detail/1001。字段以线上为准。

{ "success": false, "data": null, "message": "Failed to get topic library detail" }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/news/topic/library/detail/1001"
Last updated on