版本:202506
查询作者列表
GET/openapi/2025-06/articles/authors
返回所有文章作者列表。
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
authorsstring[]
作者列表
{
"code": "string",
"message": "string",
"data": {
"authors": [
"string"
]
}
}