This commit is contained in:
laodaming
2023-08-14 11:04:25 +08:00
parent 538d9ff4cf
commit cfc7b22090
9 changed files with 57 additions and 26 deletions

View File

@@ -432,7 +432,8 @@ type GetLastProductDesignRsp {
}
//获取列表页推荐产品(返回是这个维度数组)
type HomePageRecommendProductListReq {
Size uint32 `form:"size"`
Size uint32 `form:"size"`
MerchantType int64 `form:"merchant_type"`
}
type HomePageRecommendProductListRsp {
Id int64 `json:"id"`