消息墙 RESTful Api 接口

发布帖子

接口地址: https://3yya.com/u/{rel_key}/rest/app/posts

请求方式: post

请求参数:

参数名 类型 必填 描述
content string 帖子的内容。

返回参数:

参数名 类型 描述
post_id int 帖子的 id。

JSON 返回示例:

{
    "post_id": 2
}