~~~[api]
post:/interflow_zan/create
*string:type= interflow,# 类型评论为:comment , 帖子为:interflow
*int:other_id= # 帖子/评论ID
<<<
success
{
"uid": 5,
"type": "comment",
"other_id": "5",
"updated_at": "2021-03-31 22:45:36",
"created_at": "2021-03-31 22:45:36",
"id": 1
}
<<<
error
{
"error": "您已赞过",
"code": "REPEAT"
}
--
Else
--
{
"error": "类型错误",
"code": "TYPE_FAIL"
}
--
Else
--
{
"error": "赞失败",
"code": "ZAN_FAIL"
}
~~~