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
例如 GET请求 https://frodo.douban.com/api/v2/movie/26416062/photos?count=50&os_rom=android&apikey=0dad551ec0f84ed02907ff5c42e8ec70&channel=Yingyongbao_Market&udid=0cf4bc5de51b333f08d4f65a3f034a39c070e727&_sig=bMu%2BNLqXo7BSKtv%2BMSSpOqWg8aE%3D&_ts=1531384378 FrodoSignatureInterceptor.java中的hmacSha1函数的input参数传入的字符串是什么,作者能举个例子吗
https://frodo.douban.com/api/v2/movie/26416062/photos?count=50&os_rom=android&apikey=0dad551ec0f84ed02907ff5c42e8ec70&channel=Yingyongbao_Market&udid=0cf4bc5de51b333f08d4f65a3f034a39c070e727&_sig=bMu%2BNLqXo7BSKtv%2BMSSpOqWg8aE%3D&_ts=1531384378
直接看源代码没看懂,准备尝试修改代码手动编译输出log了
The text was updated successfully, but these errors were encountered:
是 URL。但项目开源的目的并不是为了公开豆瓣的私有 API,因此不再回答了。想要利用私有 API 的人应该有能力从各种途径找到用法。
Sorry, something went wrong.
zhanghai
No branches or pull requests
例如 GET请求
https://frodo.douban.com/api/v2/movie/26416062/photos?count=50&os_rom=android&apikey=0dad551ec0f84ed02907ff5c42e8ec70&channel=Yingyongbao_Market&udid=0cf4bc5de51b333f08d4f65a3f034a39c070e727&_sig=bMu%2BNLqXo7BSKtv%2BMSSpOqWg8aE%3D&_ts=1531384378
FrodoSignatureInterceptor.java中的hmacSha1函数的input参数传入的字符串是什么,作者能举个例子吗直接看源代码没看懂,准备尝试修改代码手动编译输出log了
The text was updated successfully, but these errors were encountered: