发布帖子
POST
http://localhost:3000/api/web/post/publish
接口描述
发布帖子
请求参数
参数名
类型
描述
必填
account
string
发布帖子用户账号
必填
title
string
帖子标题
必填
content
longtext
帖子内容
必填
article_imgs
string
帖子图片地址拼接起来的字符串,以逗号,间隔
必填