|
|
@@ -127,7 +127,7 @@ public class NetDiskOssBusService extends SuperService {
|
|
|
if (ObjectUtils.isNotEmpty(account)) {
|
|
|
countId = account.getId();
|
|
|
}
|
|
|
- return new String[]{CommonUtil.UUID(), String.format("%s", fileName)};
|
|
|
+ return new String[]{String.format("%s", fileName)};
|
|
|
// return PlatformFileItem.builder().accountId(countId) //账户
|
|
|
// .versionNumber(fileVersionNumber)//版本
|
|
|
// .platformStoreType(PlatformStoreType.Store) //类型
|