This commit is contained in:
laodaming@fusen.cn 2023-12-04 16:26:44 +08:00
parent 1879f71f76
commit 0eafcfd3e2

View File

@ -223,9 +223,9 @@ message ContactUsRequest {
message GetProductDetailReq{
int64 product_id = 1;
// string template_tag = 2;
// int64 selected_color_index = 3;
// string logo = 4;
string template_tag = 2;
int64 selected_color_index = 3;
string logo = 4;
}
message GetProductDetailRsp{
string msg = 1;