| 枚举值 | 说明 |
|---|---|
| BRAND_PERIOD_ROOT | 开团接龙 |
| LEADER_CHILD | 团长子团 |
| GROUP_BUY | 团购接龙 |
| APPLY | 报名接龙 |
| GROUP_BOOKING | 拼团接龙 |
| INTERACTIVE | 互动接龙 |
| READ | 阅读接龙 |
| APPRAISE_ELECT | 评选接龙 |
| FEE | 费用接龙 |
| COMMUNITY_DYNAMICS | 社区动态 |
| COOPERATION_BUY | 拼团接龙 |
| MARKET | 集市接龙 |
| HELP_SALE_ROOT | 帮卖母团 |
| HELP_SALE_CHILD | 帮卖子团 |
| PICTURE_ACTIVITY | 相片动态 |
| VIDEO_ACTIVITY | 视频动态 |
| ARTICLE_ACTIVITY | 文章动态 |
| CHART | 填表接龙 |
| DETAIL_LOTTERY | 抽奖接龙 |
| BRAND_GRAND_SON | 开团孙团 |
| EVALUATION | 测评接龙 |
accessToken: ********************{
"actNoList": [
2201060360234900,
2201060338304234,
2201060332551828
]
}curl --location 'https://openapi.qunjielong.com/open/api/act/list_act_info?accessToken=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"actNoList": [
2201060360234900,
2201060338304234,
2201060332551828
]
}'{
"code": 200,
"data": [
{
"actNo": 2201060360234900,
"actName": "十全品团",
"actStatus": 5,
"endTime": 1643447770000,
"realEndTime": 1643448600000,
"startTime": 1642842970000,
"createTime": 1641450621000,
"actType": "GROUP_BUY",
"priceTips": "¥0.1",
"pactId": 0,
"activityDetail": [
{
"mediaType": "text",
"content": ""
}
],
"actStatDTO": {
"viewCount": 3,
"participationCount": 3,
"newUserCount": 0,
"orderCount": 3,
"pureIncome": 36
},
"originType": 10
},
{
"actNo": 2201060338304234,
"actName": "立顿红茶",
"actStatus": 5,
"endTime": 1650702104000,
"realEndTime": 1650702601000,
"startTime": 1650097304000,
"createTime": 1641449210000,
"actType": "GROUP_BUY",
"priceTips": "¥0.1",
"pactId": 0,
"activityDetail": [
{
"mediaType": "text",
"content": ""
}
],
"actStatDTO": {
"viewCount": 1,
"participationCount": 3,
"newUserCount": 0,
"orderCount": 3,
"pureIncome": 18
},
"originType": 10
},
{
"actNo": 2201060332551828,
"actName": "单规格接龙",
"actStatus": 5,
"endTime": 1643447481000,
"realEndTime": 1643448001000,
"startTime": 1642842681000,
"createTime": 1641449017000,
"actType": "BRAND_PERIOD_ROOT",
"priceTips": "¥0.05",
"pactId": 0,
"activityDetail": [
{
"mediaType": "text",
"content": ""
}
],
"actStatDTO": {
"viewCount": 1,
"participationCount": 0,
"newUserCount": 0,
"orderCount": 0,
"pureIncome": 0
},
"originType": 10
}
],
"success": true
}