This commit is contained in:
menghaiwen@fusen.cn
2024-01-19 11:54:14 +08:00
parent 353a21d4f9
commit ce53f9caa3

View File

@@ -164,7 +164,7 @@ message UploadFileBackendFragmentReq {
int64 upload_bucket = 11; // 上传桶类型1=持久2=缓存
string file_key = 12; // 哈希
string source = 13;// 来源
string metadata = 14; // json格式
bytes metadata = 14; // json格式
int64 refresh = 15; // 是否覆盖
string resource_id = 16; // 资源ID
string backup_type = 17; // 资源备份oss
@@ -192,7 +192,7 @@ message UploadFileBackendReq {
int64 upload_bucket = 11; // 上传桶类型1=持久2=缓存
string file_key = 12; // 哈希
string source = 13;// 来源
string metadata = 14; // json格式
bytes metadata = 14; // json格式
int64 refresh = 15; // 是否覆盖
string resource_id = 16; // 资源ID
string backup_type = 17; // 资源备份oss