获取用户收藏列表
开发中GET
/user/user-collect-list获取用户收藏过的文章列表
请求参数
Query 参数
user_id
integer
用户id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
integer
状态码
0-成功,1-失败
>= 0<= 1
result_msg
string
状态信息
result
array[integer]
收藏文章id列表
示例
{
"result_code": 0,
"result_msg": "est sit eu",
"result": [
62,
7,
66,
58
]
}
最后修改时间: 1 年前