curl --location 'https://api.weixin.qq.com/wxadrama/setplayerdramarecmdswitch?access_token=xxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"entry_type": 1,
"switch_status": true
}'
resp={
"errcode": 48001,
"errmsg": "api unauthorized rid: 66923e3b-1f9fcc50-5276add9"
}
传入的token是服务商授权token,是需要开通什么权限吗?在哪里开通呢?
