~~~[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"
}
~~~