Like Post API
Used to like a specified post.
Request URL GET / POST
http
https://nobase.cn/api/bbs/post-likeRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| postid | string | ✅ Yes | Post ID |
| user | string | ✅ Yes | User account |
| token | string | ✅ Yes | User token |
TIP
Please refer to the Chinese documentation for more details.

