获取群打卡任务详情
GET
/open-api/check_in_act/mission/detail
错误码 | 说明 |
---|---|
21608 | corp_id 错误,找不到对应的企业 |
21609 | act_id 不合法 |
21610 | phase 不合法 |
21611 | order 不合法 |
21612 | limit 不合法 |
21613 | offset 不合法 |
调用此接口需购买营销席位。 |
请求参数
Query 参数
act_id
string
活动ID
示例值:
355
phase
string
可选
示例值:
joined
order
string
可选
示例值:
asc
limit
string
可选
示例值:
10
offset
string
可选
示例值:
0
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
返回响应
修改于 2025-04-23 01:59:01