From 22ddf1ce13a718109b01c1a660f552108d81a1d3 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Thu, 7 Dec 2023 16:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= 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 bcff91d..e5b9437 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -101,7 +101,7 @@ message LogoCroppingRes { message LogoInfoSetReq { string logo_url=1; string version=2; - int64 is_all_template=3; + int64 is_all_template=3; } message LogoInfoSetRes { string info =1;