diff --git a/service/fsservice.proto b/service/fsservice.proto index df299d7..359bf12 100644 --- a/service/fsservice.proto +++ b/service/fsservice.proto @@ -127,7 +127,7 @@ service info { //定义产品服务 service product { // 产品详情 - rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) { + rpc GetProductDetail(GetProductDetailReq) returns (basic.Response) { option (google.api.http) = { get: "/api/product/get_product_detail" }; @@ -228,7 +228,4 @@ message GetProductDetailReq{ string template_tag = 2; int64 selected_color_index = 3; string logo = 4; -} -message GetProductDetailRsp { - google.protobuf.Struct name = 1; -} +} \ No newline at end of file