Documentation Index
Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt
Use this file to discover all available pages before exploring further.
路径
DELETE /like/:feedId
认证
Bearer JWT响应
返回被删除的user_liked_feeds 行:
副作用
- DELETE
user_liked_feeds WHERE owner_id = ? AND feed_id = ? - UPDATE
feed SET liked_number = liked_number - 1仅在确实删除了行时
错误
| 状态 | 含义 |
|---|---|
| 404 | 未点赞过 |
源
src/hono/like/index.ts