|
|
@@ -69,4 +69,8 @@ public class ObjectServiceImpl implements ObjectService {
|
|
|
String token = JwtUtil.createToken(ossPayload, expireAt, signKey);
|
|
|
return new DownloadUrl(url1, token);
|
|
|
}
|
|
|
+
|
|
|
+ public void setObjectScope(String objectId, int fileType) {
|
|
|
+
|
|
|
+ }
|
|
|
}
|