Skip to content
New issue

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

同名文件冲突 #237

Open
zhangwanquan opened this issue Aug 13, 2024 · 0 comments
Open

同名文件冲突 #237

zhangwanquan opened this issue Aug 13, 2024 · 0 comments

Comments

@zhangwanquan
Copy link

zhangwanquan commented Aug 13, 2024

com.qcloud cos_api 5.6.227 com.tencentcloudapi tencentcloud-sdk-java-common com.tencentcloudapi tencentcloud-sdk-java 3.1.1080 这两个依赖同时存在时,必须要添加 com.tencentcloudapi tencentcloud-sdk-java-common 否则在使用刷新cdn缓存时,CdnClient中 public PushUrlsCacheResponse PushUrlsCache(PushUrlsCacheRequest req) throws TencentCloudSDKException { req.setSkipSign(false); return (PushUrlsCacheResponse)this.internalRequest(req, "PushUrlsCache", PushUrlsCacheResponse.class); } req.setSkipSign(false);会报方法不存在,原因是PushUrlsCacheRequest 继承了tencentcloud-sdk-java-common包中的AbstractModel,然而tencentcloud-sdk-java-common包中的AbstractModel没有skipSign属性!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant