分页查询微信活动列表
POST
/fast-service/v1/0.0/api/activity/wechatActivity/page
活动管理
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-vpjq75s2e4.kylin.shuyun.com/fast-service/v1/0.0/api/activity/wechatActivity/page' \
--header 'Authorization;' \
--header 'X-Caller-Service: ' \
--header 'X-Caller-sign: ' \
--header 'X-Caller-Timestamp: ' \
--header 'X-Caller-Sign: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizCode": "CTFCN",
"requestChannel": "WECHAT",
"requestSystem": "WECHAT_MALL",
"transactionId": "TX2024030490569",
"page": 1,
"pageSize": 20,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2022-12-30T02:24:02.202Z",
"sortBy": "updateTime",
"sortType": "string",
"ifRecommend": false,
"ifPushHomePage": false,
"city": "100",
"activityClassification": "1",
"activeStatus": "string"
}'
响应示例响应示例
{
"page": 0,
"pageSize": 0,
"totalCount": 0,
"items": [
{
"id": "aab7c78c51b34274a3961a0e15ad5092",
"activityName": "微信活动001",
"activityType": "微信报名活动",
"activityDesc": "微信报名活动",
"ifRecommend": true,
"activityAdress": "广州",
"tagId": "1",
"tagName": "1",
"deductionPoints": 1200,
"activityStartDate": "2019-08-24T14:15:22Z",
"activityEndDate": "2019-08-24T14:15:22Z",
"signUpStartTime": "2019-08-24T14:15:22Z",
"signUpEndTime": "2019-08-24T14:15:22Z",
"operationType": "",
"coveredDepartment": "1",
"ifEffect": true,
"signUpIfCheck": true,
"signUpQuota": 1000,
"checkQuota": 900,
"activityBannerPictures": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"shareCardPictures": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"ifPushHomePage": true,
"homeCarouselPictures": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"homePicturesOfMiniPrograms": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"ifSignUpAgain": false,
"registeredNumber": 900,
"approvedNumber": 800,
"notApprovedNumber": 100,
"auditStatus": "INIT:待提交,PASS:审批通过,PROCESS:处理中,REJECT:拒绝,TERMINATION:中止",
"city": "",
"signUpItems": "",
"activityClassification": "门店体验活动",
"activeStatus": "未审批",
"createTime": "2019-08-24T14:15:22Z",
"cityMap": ""
}
]
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJicmFuY2hfMzgxMCIsImF1ZCI6InNtYXJ0X3BvcnRhbF91YXQiLCJpc3MiOiJzc28iLCJpcF9hZGRyZXNzIjoiMTAuMjAwLjE4MC43NiIsImV4cCI6MTczOTc5ODIzMCwiYnJhbmNoIjoiMzgxMCIsImlhdCI6MTczOTc5MTAzMH0.jqwTnQ0ah3k94Yjpn7hw91QtmKwsvXhjyibZpXDrGifaBcvzPdz8MjCg66FUohyKTS4ciZILl6xXJ5a1pQ_iIg
X-Caller-Service
string
可选
默认值:
{{caller}}
X-Caller-sign
string
可选
默认值:
{{sign}}
X-Caller-Timestamp
string
可选
默认值:
{{currentTime}}
X-Caller-Sign
string
网关签名
默认值:
{{sign}}
Body 参数application/json