From 353a21d4f9c0bcb068879bdef9a2c18276c6613c Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Fri, 19 Jan 2024 10:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B5=84=E6=BA=90=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/resource.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/resource.proto b/service/resource.proto index cb4f44e..f2b884b 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -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; }