|
|
|
@ -279,7 +279,7 @@ public class ConfigSubscribe : IJob
|
|
|
|
|
ObjectKey = data.file.object_key,
|
|
|
|
|
Path = data.file.path, // 目前这个好像没有值
|
|
|
|
|
CreateTime = ((string)data.file.metadata.created_time).ToDateTime(),
|
|
|
|
|
ParentKey = "",
|
|
|
|
|
ParentKey = folderKey[2],
|
|
|
|
|
Level = 4
|
|
|
|
|
};
|
|
|
|
|
// todo 添加事务
|
|
|
|
|