fix
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user