fix
This commit is contained in:
parent
dddd8f4a29
commit
30bf1bddea
|
@ -127,7 +127,7 @@ service info {
|
||||||
//定义产品服务
|
//定义产品服务
|
||||||
service product {
|
service product {
|
||||||
// 产品详情
|
// 产品详情
|
||||||
rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) {
|
rpc GetProductDetail(GetProductDetailReq) returns (basic.Response) {
|
||||||
option (google.api.http) = {
|
option (google.api.http) = {
|
||||||
get: "/api/product/get_product_detail"
|
get: "/api/product/get_product_detail"
|
||||||
};
|
};
|
||||||
|
@ -229,6 +229,3 @@ message GetProductDetailReq{
|
||||||
int64 selected_color_index = 3;
|
int64 selected_color_index = 3;
|
||||||
string logo = 4;
|
string logo = 4;
|
||||||
}
|
}
|
||||||
message GetProductDetailRsp {
|
|
||||||
google.protobuf.Struct name = 1;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user