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{
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;
}