获取文章书签
开发中GET
/article/get-bookmark获取用户文章标签列表
请求参数
Query 参数
user_id
integer
用户id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
integer
状态码
>= 0<= 1
result_msg
string
状态信息
result
array [object {4}]
必需
bookmark_id
integer
必需
article_id
integer
必需
topHeight
string
必需
user_id
integer
必需
示例
{
"result_code": 0,
"result_msg": "minim elit ipsum dolor",
"result": [
{
"bookmark_id": 30,
"user_id": 70,
"article_id": 3,
"topHeight": "elit amet est magna"
},
{
"bookmark_id": 41,
"user_id": 20,
"article_id": 77,
"topHeight": "tempor et sed consectetur nulla"
}
]
}
最后修改时间: 1 年前