微圈的发布
POST
http://localhost:6367/microCycle/getMicroCycleIssue
接口描述
用户发布微圈,图片等添加
请求头
参数名
类型
描述
必填
content-type
string
示例:application/json
必填
请求参数
参数名
类型
描述
必填
userId
int
示例:1
必填
userAccount
int
示例:1
必填
microcircleTime
int
示例:1
必填
classifyId
int
示例:1
必填
classifyTitle
int
示例:1
必填
publishedTitle
int
示例:1
必填
publishedText
int
示例:1
必填
publishPicture
int
示例:1
必填
publishVideo
int
示例:1
必填
成功返回
参数名
类型
描述
必填
msg
string
示例:success
必填
state
int
示例:200
必填
失败返回
参数名
类型
描述
必填
code
int
获取数据失败后返回状态码501
必填
msg
String
添加失败提示信息
必填