任务列表聊天页信息数据展示
POST
http://192.168.3.3:9009/classify/taskListChatMessage
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
proposerId
String
申请人id
必填
typeId
String
任务id
必填
响应参数
参数名
类型
描述
必填
flag
boolean
正常为true,发生异常返回false
必填
code
int
200成功 5001异常
必填
headline
String
标题or圈子名称
必填
imageUrl
String
图片地址
必填
content
String
内容
必填
location
String
任务位置
必填
type
int
类型,0任务,1圈子
必填
typeId
String
任务或圈子id
必填
Identity
int
身份标示 0管理员申请,1超级管理员申请
必填
authority
int
权限,是否为圈主或者发布者 0 no 1 yes
必填
joinState
int
加入者状态 0标示申请中,1已同意,2,拒绝 3,未加入
必填
state
int
发布者操作状态 0 没有加入者申请 1,表示待同意或拒绝
必填
message
String
响应信息描述
必填