分页查询邀请有礼活动列表
POST
/fast-service/v1/0.0/api/activity/inviteGift/page
活动管理
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-vpjq75s2e4.kylin.shuyun.com/fast-service/v1/0.0/api/activity/inviteGift/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": "WX",
"requestSystem": "WX",
"transactionId": "TX2024030490569",
"page": 0,
"pageSize": 20
}'
响应示例响应示例
{
"success": true,
"code": "000000",
"message": "成功",
"data": {
"page": 0,
"pageSize": 20,
"totalCount": 2,
"items": [
{
"id": "80a26dc08d24451d8c8f94e6ba8e10f3",
"activityName": "王乾测试-邀请有礼活动003",
"activityType": "新版邀请有礼(老带新)派分",
"startDate": "2025-02-10 10:03:21",
"endDate": "2025-03-10 10:03:28",
"coveredDepartment": "2",
"registerGrade": [
"60094"
],
"wxUrl": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"wxMemberCenterUrl": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"registerPoint": 500,
"registerPointInvited": 1000,
"registerCoupon": "123",
"registerCouponInvited": "123",
"registerGifts": "deu2hznf",
"registerGiftsInvited": "deu2hznf",
"registerThirdParty": "dadgz6hi",
"registerThirdPartyInvited": "dadgz6hi",
"firstOrderPoint": 100,
"firstOrderPointInvited": 200,
"firstOrderCoupon": "123",
"firstOrderCouponInvited": "123",
"firstOrderGifts": "deu2hznf",
"firstOrderGiftsInvited": "deu2hznf",
"firstOrderThirdParty": "dadgz6hi",
"firstOrderThirdPartyInvited": "dadgz6hi",
"consumeThreshold": 0,
"jewelryType": [
"1"
],
"materialNatureSum": [
"A"
],
"stockType": [
"A"
],
"excludeStockType": [],
"productSeries": [
"1"
],
"excludeProductSeries": [],
"mouldNo": [],
"excludeMouldNo": [
"182997,209000,229599"
],
"auditStatus": "PASS",
"activeStatus": "生效中"
},
{
"id": "47832f3211e24c4eab27250aa3b1b2fa",
"activityName": "邀请有礼活动002",
"activityType": "新版邀请有礼(老带新)派分",
"startDate": "2024-12-05 05:35:26",
"endDate": "2024-12-05 05:35:26",
"coveredDepartment": "100",
"registerGrade": [
"60091",
"60090"
],
"wxUrl": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"wxMemberCenterUrl": "http://content-management.shuyun.com/ad7ac8d0-fc53-4c30-b305-fb914ca550bc.png",
"registerPoint": 100,
"registerPointInvited": 100,
"registerCoupon": "C515411415",
"registerCouponInvited": "C515411415",
"registerGifts": "C515411415",
"registerGiftsInvited": "C515411415",
"registerThirdParty": "W1234567",
"registerThirdPartyInvited": "W1234567",
"firstOrderPoint": 200,
"firstOrderPointInvited": 200,
"firstOrderCoupon": "C515411415",
"firstOrderCouponInvited": "C515411415",
"firstOrderGifts": "C515411415",
"firstOrderGiftsInvited": "C515411415",
"firstOrderThirdParty": "C515411415",
"firstOrderThirdPartyInvited": "C515411415",
"consumeThreshold": 0,
"jewelryType": [
"101",
"103",
"102"
],
"materialNatureSum": [
"201",
"203",
"202"
],
"stockType": [
"101"
],
"excludeStockType": [
"101"
],
"productSeries": [
"101"
],
"excludeProductSeries": [
"101"
],
"mouldNo": [],
"excludeMouldNo": [],
"auditStatus": "PASS",
"activeStatus": "已过期"
}
]
}
}
请求参数
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