简要描述
请求URL
{{devAddr}}/activity/getActivityList
请求方式
header |
示例值 |
必选 |
类型 |
说明 |
Content-Type |
application/json |
是 |
string |
application/json |
请求参数示例
{"page":"1","size":"1","activityCode":"99562214"}
请求json字段说明
字段名 |
必选 |
类型 |
说明 |
page |
是 |
string |
页 |
size |
是 |
string |
条数 |
activityName |
否 |
string |
活动名称 |
activityCode |
否 |
string |
活动code |
departmentId |
否 |
string |
部门id |
state |
否 |
string |
状态 |
成功返回示例
{
"rspCode": "000",
"totalPages": 1,
"list": [
{
"activityCode": "99562214",
"activityDesc": "",
"activityDesc1": "",
"activityDesc2": "",
"activityId": "402890b97d4beafa017d4bffdd510002",
"activityImg": "",
"activityImg1": "",
"activityImg2": "",
"activityName": "测试活动",
"activityRemark": "",
"activitySource": "YXPT",
"activityType": "101",
"buyLimitCount": 2,
"buyLimitCycle": "4",
"buyLimitType": "1",
"cDate": "2021-11-23 16:53:19",
"departmentId": "402890b97d4ada02017d4ada28820000",
"departmentName": "测试部门0011",
"endDate": "2021-12-31 23:00:18",
"h5Mark": "",
"h5Url": "",
"mesContent": "",
"payErrCanDel": "0",
"qrAddMes": "",
"qrAddMesUrl": "",
"qrBasis": "1",
"qrType": "1",
"sendMes": "0",
"startDate": "2021-01-01 10:00:00",
"state": "1",
"succUrl": "",
"uDate": "2021-11-23 16:53:19"
}
],
"rspDesc": "success",
"totalElements": 1
}
成功返回示例的参数说明
参数名 |
类型 |
说明 |
totalPages |
string |
总页数 |
totalElements |
string |
总条数 |
list |
array |
数据 |
备注