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

OPPO的图片过期时间是30天,我看到代码里是永久生效的 #6

Open
zxrmrf opened this issue Jan 22, 2024 · 0 comments
Open

Comments

@zxrmrf
Copy link

zxrmrf commented Jan 22, 2024

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天

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