From ce53f9caa318a72c12b0db4f4e933da7c728279d Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Fri, 19 Jan 2024 11:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/resource.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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