获取频道授权码

优质
小牛编辑
125浏览
2023-12-01

请求header

POST /v1/activities/{频道id}/getAuthKey
Authorization:Bearer {ACCESS TOKEN}
Content-Type:application/json

注:

请将上方的{ACCESS TOKEN}替换为您的ACCESS TOKEN

请将"{频道id}"替换您需要获取的频道id

返回

{
  "status": "y",
  "msg": "获取成功",
  "authkey": "abcdefg"
}

返回参数说明

参数描述类型备注
status获取结果stringy为成功,n为失败
msg结果描述string
authkey授权码string