app/src/main/java/com/yeshi/makemoney/app/utils/ImageUtil.java
@@ -33,7 +33,13 @@ **/ public static String getCOSImageUrl(String key) { return getVisitDomain() + key; } public static String getUrlKey(String imgUrl) { String url = imgUrl.replace("http://", "").replace("https://", ""); String key = url.substring(url.indexOf("/")); return key; } }