活动列表
开发中GET
/activity/list请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {13}]
必需
atId
integer
活动ID
atName
string
活动名称
atUrl
string
活动地址
atTemplate
integer
活动模板
buttonText
string
按钮模板
jumpUrl
string
跳转地址
atType
integer
活动类型
atStartTime
string
活动开始时间
atEndTime
string
活动结束时间
sort
integer
位置
createTime
string
创建时间
status
integer
状态
进行中 未开始 已结束 已下线
location
null
举办地址
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"atId": 3,
"atName": "10月开发者回顾",
"atUrl": "",
"atTemplate": 3,
"buttonText": "了解详情",
"jumpUrl": "https://baidu.com",
"atType": 1,
"atStartTime": "2024-08-01 00:00:21",
"atEndTime": "2024-08-14 23:00:21",
"sort": 3,
"createTime": "2024-08-15 10:25:36",
"communityId": 1,
"status": 3
},
{
"atId": 5,
"atName": "10月开发者回顾",
"atUrl": "",
"atTemplate": 3,
"buttonText": "了解详情",
"jumpUrl": "https://baidu.com",
"atType": 2,
"atStartTime": "2024-08-17 00:00:21",
"atEndTime": "2024-08-19 23:00:21",
"sort": 3,
"createTime": "2024-08-15 10:25:36",
"communityId": 1,
"status": 2
},
{
"atId": 4,
"atName": "10月开发者回顾",
"atUrl": "",
"atTemplate": 2,
"buttonText": "了解详1情",
"jumpUrl": "https://baidu.com",
"atType": 3,
"atStartTime": null,
"atEndTime": null,
"sort": 4,
"createTime": "2024-08-15 10:26:32",
"communityId": 1,
"status": 1
}
]
}
最后修改时间: 3 个月前