From 656c14c640e802be2fec19eeb8372782f1478cea Mon Sep 17 00:00:00 2001 From: "laodaming@fusen.cn" Date: Wed, 6 Dec 2023 10:41:27 +0800 Subject: [PATCH] update --- service/fsservice.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/service/fsservice.proto b/service/fsservice.proto index 359bf12..4087164 100644 --- a/service/fsservice.proto +++ b/service/fsservice.proto @@ -224,8 +224,8 @@ message ContactUsRequest { //获取产品详情 message GetProductDetailReq{ - int64 product_id = 1; - string template_tag = 2; - int64 selected_color_index = 3; - string logo = 4; + int64 product_id = 1; + string template_tag = 2; + int64 selected_color_index = 3; + string logo = 4; } \ No newline at end of file