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数据库额外参数