错误码 | 说明 |
---|---|
21608 | corp_id 错误,找不到对应的企业 |
21609 | act_id 不合法 |
21610 | phase 不合法 |
21611 | order 不合法 |
21612 | limit 不合法 |
21613 | offset 不合法 |
调用此接口需购买营销席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/check_in_act/mission/detail?act_id=355&phase=joined&order=asc&limit=10&offset=0&access_token='
{
"errcode": 0,
"errmsg": "ok",
"mission_detail": [
{
"id": 3000094114,
"nickname": "子川",
"last_check_in_time": 1744356026,
"ip_city": "武汉市",
"total_days": 2,
"succession_days": 2,
"phase": "finished",
"unionid": "omefmt36BJgF0FiVh_2pbwY42U98",
"record_list": [
{
"content": "写了文本",
"created_at": 1744253622
},
{
"content": "第二天",
"created_at": 1744356026
}
]
},
{
"id": 3000094115,
"nickname": "白云苍狗。",
"last_check_in_time": 0,
"ip_city": "武汉市",
"total_days": 0,
"succession_days": 0,
"phase": "first_entry",
"unionid": "omefmt_rU42adY6YKAwyr2WddyJk",
"record_list": []
}
],
"total": 2
}