文档
测试

活动详情

POST
http://localhost:8080/community//activity/detail

请求头

参数名
类型
描述
必填
dev
string
示例:
必填

请求参数

参数名
类型
描述
必填
id
int
示例:73
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
id
int
示例:73
必填
title
string
示例:热门活动名称1231
必填
titleClolr
object
示例:null
必填
titleLable
string
示例:标题标签
必填
titleLableColor
object
示例:null
必填
xcxAppid
string
示例:小程序id
必填
xcxName
string
示例:小程序名
必填
xcxPath
string
示例:小程序路径
必填
insideXcxPath
object
示例:null
必填
appPath
object
示例:null
必填
route
string
示例:详情链接
必填
pictureUrl
string
示例:列表缩略图
必填
isShow
int
示例:0
必填
showDesc
string
示例:下架
必填
isIndex
int
示例:0
必填
isIndexDesc
string
示例:社区活动
必填
sort
int
示例:10
必填
isDeleted
object
示例:null
必填
createTime
string
示例:2020-08-15T04:52:38.000+0000
必填
updateTime
object
示例:null
必填
communityCode
string
示例:0030
必填
content
string
示例:富文本内容
必填
type
object
示例:null
必填
activityTime
string
示例:活动时间
必填
introduce
string
示例:活动说明
必填
pictures
object
示例:null
必填
company
object
示例:null
必填
overTime
string
示例:2020-08-15T04:52:38.000+0000
必填
customerName
string
示例:商户名字
必填
detailsUrl
string
示例:详情主页
必填
detailsDemand
string
示例:详情页点击需求
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 21, "title": "标题", "titleClolr": "标题颜色", "titleLable": "标题标签", "titleLableColor": "标题标签背景颜色", "xcxAppid": null, "xcxName": null, "xcxPath": "小程序路径", "insideXcxPath": null, "appPath": "APP路经", "route": null, "topicUrl": "话题图片", "isShow": 1, "isIndex": 0, "sort": 1, "isDeleted": 0, "createTime": "2020-07-22T06:13:29.000+0000", "updateTime": "2020-07-22T06:30:11.000+0000", "communityCode": "00", "content": "富文本内容" }, "args": null }