请求活动列表
已测完
POST
/apis/activity/list
最后修改时间:2024-10-07 03:48:52
请求参数
Header 参数
Accept
string
必需
示例值:
application/json, text/plain, */*
Accept-Language
string
必需
示例值:
zh-CN,zh;q=0.9,en;q=0.8
Authorization
string
必需
示例值:
Bearer {{token}}:{{sid}}
DNT
string
必需
示例值:
1
Origin
string
必需
示例值:
https://class.pocketuni.net
Referer
string
必需
示例值:
https://class.pocketuni.net/
User-Agent
string
必需
示例值:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0
Body 参数application/json
sort
integer
必需
默认值:
0
page
integer
页面
默认值:
1
limit
integer
单页数量
默认值:
20
puType
integer
必需
默认值:
0
status
enum<integer>
活动状态
1.未开始
2.进行中
3.已结束
枚举值:
123
默认值:
1
categorys
array[integer]
活动分类
>= 1 items
oids
array[integer]
归属组织
>= 1 items
cids
array[integer]
归属院系
>= 1 items
示例
{
"sort": 0,
"page": 1,
"limit": 20,
"puType": 0,
"status": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/apis/activity/list' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \
--header 'Authorization: Bearer {{token}}:{{sid}}' \
--header 'DNT: 1' \
--header 'Origin: https://class.pocketuni.net' \
--header 'Referer: https://class.pocketuni.net/' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": 0,
"page": 1,
"limit": 20,
"puType": 0,
"status": 1
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
pageInfo
object
必需
list
array [object {17}]
必需
示例
{
"code": 0,
"message": "成功",
"data": {
"pageInfo": {
"count": 356,
"total": 18,
"page": 1,
"limit": 20
},
"list": [
{
"id": 247531198414848,
"name": "数媒学院|升旗彩排考勤9.28",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_other.png",
"credit": 0,
"puAmount": 0,
"allowUserCount": 109,
"startTime": "2024-09-28 18:50:00",
"startTimeValue": "报名进行中",
"endTime": "2024-09-28 20:30:00",
"statusName": "未开始",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-28 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 108
},
{
"id": 247442222546945,
"name": "升旗活动彩排(正式升旗9月30日)",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_ddxy.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 100,
"startTime": "2024-09-28 18:50:00",
"startTimeValue": "报名进行中",
"endTime": "2024-09-28 20:30:00",
"statusName": "未开始",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-27 23:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 99
},
{
"id": 246995506364417,
"name": "9.29国防万映“金刚川”观影活动",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_sxfz.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 200,
"startTime": "2024-09-29 19:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-29 21:00:00",
"statusName": "未开始",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-28 12:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 199
},
{
"id": 246666201530369,
"name": "9.30学校升旗仪式(陶艺学院)",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_other.png",
"credit": 0.3,
"puAmount": 0,
"allowUserCount": 120,
"startTime": "2024-09-28 19:00:23",
"startTimeValue": "报名已结束",
"endTime": "2024-09-28 19:30:31",
"statusName": "未开始",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-21 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 113
},
{
"id": 246659813605382,
"name": "外国语学院迎新晚会观众",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_wtys.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 60,
"startTime": "2024-09-13 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-13 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-12 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 0
},
{
"id": 245033307865088,
"name": "“千馆之城”开幕式",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 10,
"allowUserCount": 7,
"startTime": "2024-09-14 15:49:13",
"startTimeValue": "报名已结束",
"endTime": "2024-09-15 15:49:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-14 15:49:08",
"work_upload": 0,
"signType": 3,
"puType": 0,
"joinUserCount": 0
},
{
"id": 242984721514496,
"name": "晨曦跑者和羽毛球补录",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_jnpx.png",
"credit": 0.5,
"puAmount": 0,
"allowUserCount": 2,
"startTime": "2024-03-11 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-03-31 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-03-01 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 0
},
{
"id": 241961227911169,
"name": "窑火红补录",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 10,
"allowUserCount": 3,
"startTime": "2024-08-21 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-08-21 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-07-31 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 0
},
{
"id": 231421095116800,
"name": "毕业生宿舍清扫志愿活动",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 4,
"allowUserCount": 70,
"startTime": "2024-07-03 14:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-07-03 15:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-07-02 07:59:59",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 15
},
{
"id": 247253671804929,
"name": "征兵政策宣讲讲座",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_ddxy.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 200,
"startTime": "2024-09-27 14:30:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-27 15:30:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-26 22:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 182
},
{
"id": 247250174476289,
"name": "人居学院《猎人圆号重奏团》讲座",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_other.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 60,
"startTime": "2024-09-25 19:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-25 21:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-22 08:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 1
},
{
"id": 247246870478849,
"name": "消防安全讲座",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_ddxy.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 60,
"startTime": "2024-09-25 09:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-25 12:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-24 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 1
},
{
"id": 247245492912173,
"name": "9.25消防安全知识校园宣讲讲座(人居)",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_other.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 60,
"startTime": "2024-09-25 09:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-25 11:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-22 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 1
},
{
"id": 247098734215168,
"name": "中秋陶阳里志愿者",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 8,
"allowUserCount": 26,
"startTime": "2024-09-15 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-17 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-14 00:00:00",
"work_upload": 0,
"signType": 3,
"puType": 0,
"joinUserCount": 26
},
{
"id": 247097453182976,
"name": "文教五一陶阳里志愿者",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 8,
"allowUserCount": 85,
"startTime": "2024-05-01 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-05-05 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-04-29 00:00:00",
"work_upload": 0,
"signType": 3,
"puType": 0,
"joinUserCount": 0
},
{
"id": 246994571165698,
"name": "9.27国防万映“空天猎”观影活动",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_sxfz.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 200,
"startTime": "2024-09-27 19:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-27 21:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-27 12:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 176
},
{
"id": 246909293821952,
"name": "9.12迎新点收尾工作志愿活动(补录)",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 1,
"allowUserCount": 10,
"startTime": "2024-09-12 15:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-12 16:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-11 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 1
},
{
"id": 246881171800066,
"name": "9.25消防安全知识校园宜讲讲座(陶艺)",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_other.png",
"credit": 0.1,
"puAmount": 0,
"allowUserCount": 51,
"startTime": "2024-09-25 09:00:43",
"startTimeValue": "报名已结束",
"endTime": "2024-09-25 11:00:00",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 2,
"joinStartTime": "2024-09-22 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 42
},
{
"id": 246876709126145,
"name": "党建工作站迎新活动第四天",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 12,
"allowUserCount": 100,
"startTime": "2024-09-09 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-11 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-09 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 12
},
{
"id": 246876248997891,
"name": "党建工作站迎新活动第三天",
"logo": "https://img.pocketuni.net//lzlg/sys_pic/activity_zyfw.png",
"credit": 0,
"puAmount": 12,
"allowUserCount": 100,
"startTime": "2024-09-09 00:00:00",
"startTimeValue": "报名已结束",
"endTime": "2024-09-11 23:59:59",
"statusName": "已结束",
"allowJoinCount": 0,
"joinType": 1,
"joinStartTime": "2024-09-09 00:00:00",
"work_upload": 0,
"signType": 1,
"puType": 0,
"joinUserCount": 10
}
]
}
}
修改于 2024-10-07 03:48:52