Appearance
bbs.zhiyuhub.top/api/client/create_post
POST
token:用户登录token title:帖子标题 content:帖子内容
成功:
{'post_id': '帖子ID', 'status': 'ok'}
失败:
{'message': '错误信息', 'status': 'error'}