更新趋势
开发中POST
/article/add-article-trend当用户每浏览一次文章之后,根据该文章的labels来添加趋势信息
请求参数
Body 参数application/json
present_date
string
当前日期
label_list
array[string]
该文章的标签列表
示例
{
"present_date": "string",
"label_list": [
"string"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result_code
integer
状态码
0-成功,1-失败
>= 0<= 1
result_msg
string
状态信息
示例
{
"result_code": 0,
"result_msg": "consequat in mollit"
}
最后修改时间: 1 年前