Examine Post API
Used to review posts (approve or reject).
Request URL GET / POST
http
https://nobase.cn/api/bbs/examineRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| postid | string | ✅ Yes | Post ID |
| status | number | ✅ Yes | Review status: 1=Pass, 2=Reject |
TIP
Please refer to the Chinese documentation for more details.

