错误码 | 说明 |
---|---|
21501 | staff_id 错误,找不到对应员工 |
21502 | msg_id 错误,找不到对应的群发记录 |
21503 | msg_id 不能为空 |
调用此接口需购买基础席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/per/group_msg/single/user/list?msg_id=msg8xjUCAAAk02t2XvF-ZGCX5ytB-XAZw&staff_id=KeYuan&limit=10&offset=0&external_user_name=小熊吃饼干&status=1&access_token='
{
"errcode": 0,
"errmsg": "ok",
"msg_send_result": [
{
"external_user_id": "wm8xjUCAAAOgAFmo0QIZ6HrLb9kFP0zw",
"external_user_name": "小熊吃饼干",
"send_time": 1640070636,
"staff_name": "柯媛",
"status": 1
}
],
"total": 1
}