This commit is contained in:
laodaming
2023-10-20 10:59:36 +08:00
parent 0c3fe73ce2
commit 4aaf1a1587
3 changed files with 5 additions and 8 deletions

View File

@@ -50,10 +50,8 @@ service product {
//获取详情页推荐产品列表
type GetRecommandProductListReq {
Num int64 `form:"num,optional"`
Size int64 `form:"size"`
Sn string `form:"sn"`
//ProductId int64 `form:"product_id"`
Num int64 `form:"num,optional"`
ProductId int64 `form:"product_id"`
}
type GetRecommandProductListRsp {
Id int64 `json:"id"`