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
com.getui.gtps.manufacturer.oppo.OppoService#getResult中 this.cacheMap.put(picUrl, CacheServiceFactory.getCacheService(CaffeineCacheService.class).set(cacheKey, opReturn)); 设置了Oppo的本地缓存时间为永久生效,但是oppo图片30天会到期
com.getui.gtps.manufacturer.oppo.OppoService#uploadPic(java.io.File, java.lang.String) 中 parameters.put("picture_ttl", String.valueOf(30 * 24 * 3600)); 设置过期时间为30天
The text was updated successfully, but these errors were encountered:
No branches or pull requests
com.getui.gtps.manufacturer.oppo.OppoService#getResult中
this.cacheMap.put(picUrl, CacheServiceFactory.getCacheService(CaffeineCacheService.class).set(cacheKey, opReturn));
设置了Oppo的本地缓存时间为永久生效,但是oppo图片30天会到期
com.getui.gtps.manufacturer.oppo.OppoService#uploadPic(java.io.File, java.lang.String) 中 parameters.put("picture_ttl", String.valueOf(30 * 24 * 3600));
设置过期时间为30天
The text was updated successfully, but these errors were encountered: