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
WxCpTpMediaServiceImpl.java
public String uploadImg(File file, String corpId)方法中
url 后面,应该先接一个“?”,但实际上,是&,导致找不到接口地址。
【请求地址】: https://qyapi.weixin.qq.com/cgi-bin/media/uploadimg&access_token=value1&suite_access_token=value2 【请求参数】:C:\Users\Administrator\Pictures\moto.jpg
The text was updated successfully, but these errors were encountered:
URL组装的Bug binarywang#2105
7393047
No branches or pull requests
详细描述
WxCpTpMediaServiceImpl.java
public String uploadImg(File file, String corpId)方法中
url 后面,应该先接一个“?”,但实际上,是&,导致找不到接口地址。
日志
【请求地址】: https://qyapi.weixin.qq.com/cgi-bin/media/uploadimg&access_token=value1&suite_access_token=value2
【请求参数】:C:\Users\Administrator\Pictures\moto.jpg
The text was updated successfully, but these errors were encountered: