This commit is contained in:
laodaming@fusen.cn
2023-12-06 10:41:27 +08:00
parent 30bf1bddea
commit 656c14c640

View File

@@ -224,8 +224,8 @@ message ContactUsRequest {
//获取产品详情 //获取产品详情
message GetProductDetailReq{ message GetProductDetailReq{
int64 product_id = 1; int64 product_id = 1;
string template_tag = 2; string template_tag = 2;
int64 selected_color_index = 3; int64 selected_color_index = 3;
string logo = 4; string logo = 4;
} }