{"result":100200100,"error":"invalid_request","error_msg":"Missing access_token"}
array (
'result' => 100100402,
'error_msg' => 'USER_REQUEST_LIMIT',
'error' => 'user_request_limit',
)
100100402== 一般有3种情况:1. 用户被封禁;2. 用户一天请求该接口超过1k次;3. app一天请求该接口超过10w次
USER_REQUEST_LIMIT==用户被封禁通常是因为发布非原创视频。
// error_msg==beyond token scope
// 'error_msg' => 'Token expired',
// 'error_msg' => 'access_denied',
1,100200113==refresh_token过期
上一篇:没有了
下一篇:没有了