From d8779d5c083a72b02cfcbe096b6ad1418fe61281 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Mon, 22 Jan 2024 16:44:07 +0800 Subject: [PATCH] =?UTF-8?q?logo=E7=AE=97=E6=B3=95=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8F=90=E5=8F=96?= 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 6a33061..d55e3e6 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -65,7 +65,7 @@ message LogoAiInfoGetReq { optional string version = 3;// 算法版本 optional string is_reverse = 4; // 是否反白 optional string logo_crop_type = 5; // 可拆类型 - optional string is_all_template = 7; // 是否全部模版 + optional int64 is_all_template = 7; // 是否全部模版 repeated string recommend_templates = 6; // 推荐模版 bytes preprocess_logo_metadata = 8; // logo数据库额外参数