创建投票
POST
https://www.shxinzhili.com/sucure/wx/personal/createVote
接口描述
创建投票
请求参数
参数名
类型
描述
必填
topic
String
主题
必填
description
String
描述
必填
startDate
String
开始时间 yyyy-MM-dd HH:mm
必填
endDate
String
结束时间 yyyy-MM-dd HH:mm
必填
creator
String
创建人Id
必填
detailInfo
String
选项信息 如:[{description:"",img:""},{...},...]
必填
mainPic
String
主图片
必填
成功返回
参数名
类型
描述
必填
status
int
0
必填
info
String
创建成功
必填