From 5980a393304978705d149eba26748d37421c2ad6 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Fri, 19 Jan 2024 19:03:13 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/service/resource.proto b/service/resource.proto index 6320d5d..afd1974 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -173,6 +173,7 @@ message UploadFileBackendFragmentReq { string resource_id = 16; // 资源ID string backup_type = 17; // 资源备份:oss bytes metadata = 18; // json格式 + int64 content_length = 19; // json格式 int64 cache_type = 100; // 缓存类型:0=不缓存 1=存储数据库 int64 user_id = 101;