|
@@ -131,7 +131,7 @@ public class DataService {
|
|
|
Boolean bBoolean = OSS_CLIENT.doesObjectExist(PropKit.get("oss_bucketName"), key);
|
|
|
if (bBoolean) {
|
|
|
file.delete();
|
|
|
- map.put("url", "https://annex.oss.cn-north-3.inspurcloudoss.com/"+key);
|
|
|
+ map.put("url", "https://zskk-image.oss-cn-beijing.aliyuncs.com/"+key);
|
|
|
map.put("name", key);
|
|
|
postWithParameters(SAVE_ANNEX_URL, map);
|
|
|
}
|