This commit is contained in:
laodaming
2023-07-20 12:27:07 +08:00
parent fd93688d27
commit 4a2230d90c
4 changed files with 21 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ service product {
@handler GetLastProductDesignHandler
get /api/product/get_last_product_design(request) returns (response);
//*********************产品详情分解接口结束***********************
//*********************推荐产品接口开始××××××××××××××××××××××××××
//*********************推荐产品接口结束××××××××××××××××××××××××××
}
//获取产品列表
@@ -412,4 +415,4 @@ type GetLastProductDesignRsp {
SizeId int64 `json:"size_id"`
LogoColor interface{} `json:"logo_color"`
Info interface{} `json:"info"`
}
}