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