新增资源管理服务

This commit is contained in:
menghaiwen@fusen.cn
2024-01-19 10:32:29 +08:00
parent b3025607fd
commit 353a21d4f9

View File

@@ -170,7 +170,7 @@ message UploadFileBackendFragmentReq {
string backup_type = 17; // 资源备份oss
string upload_type = 18; // 上传方式s3
int64 CacheType = 100; // 缓存类型0=不缓存 1=存储数据库
int64 cache_type = 100; // 缓存类型0=不缓存 1=存储数据库
int64 user_id = 101;
int64 guest_id = 102;
}