cURL
curl --request POST \ --url 'https://api.flashcat.cloud/person/infos?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "person_ids": [ 123 ] } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "items": [ { "person_id": 123, "person_name": "<string>", "avatar": "<string>", "as": "member" } ] } }
人员ID列表,人员可以为account或member
account_id 或 member_id
仅出现错误时返回
显示 子属性
响应数据
此页面对您有帮助吗?