diff --git a/service/resource.proto b/service/resource.proto index f2b884b..b2cf776 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -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