Publish Post API
Used to publish a new post.
Request URL GET / POST
http
https://nobase.cn/api/bbs/post-publishRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| user | string | ✅ Yes | User account |
| token | string | ✅ Yes | User token |
| plateid | string | ✅ Yes | Plate ID |
| title | string | ✅ Yes | Post title |
| content | string | ✅ Yes | Post content |
| imag | string | ❌ No | Post image URL |
TIP
Please refer to the Chinese documentation for more details.

