cURL
curl --request POST \ --url 'https://api.flashcat.cloud/channel/infos?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "channel_ids": [ 123 ] } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "items": [ { "channel_id": 123, "channel_name": "<string>", "status": "enabled" } ] } }
空间ID列表
仅出现错误时返回
显示 子属性
响应数据
此页面对您有帮助吗?