We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
平台: bilibili 使用接口:api/bilibili/web/fetch_user_profile 获取指定用户的信息 接口返回: { "code": -352, "message": "风控校验失败", "ttl": 1, "data": { "v_voucher": "voucher_f7a432cb-91fb-467e-a9a3-3e861aac9478" } } 错误描述: 已经更新过config.yaml内的cookie,使用 【获取用户发布的视频数据】接口就可以正常返回数据。但是使用【获取指定用户的信息】,就返回【风控校验失败】。
The text was updated successfully, but these errors were encountered:
Evil0ctal
No branches or pull requests
平台: bilibili
使用接口:api/bilibili/web/fetch_user_profile 获取指定用户的信息
接口返回: {
"code": -352,
"message": "风控校验失败",
"ttl": 1,
"data": {
"v_voucher": "voucher_f7a432cb-91fb-467e-a9a3-3e861aac9478"
}
}
错误描述: 已经更新过config.yaml内的cookie,使用 【获取用户发布的视频数据】接口就可以正常返回数据。但是使用【获取指定用户的信息】,就返回【风控校验失败】。
The text was updated successfully, but these errors were encountered: