fix
This commit is contained in:
parent
7e4708e8d8
commit
0311bf82fc
|
@ -228,8 +228,8 @@ type OtherProductListRsp struct {
|
|||
}
|
||||
|
||||
type GetRecommandProductListReq struct {
|
||||
Size uint32 `form:"size"`
|
||||
Num int64 `form:"num"`
|
||||
Size uint32 `form:"size,optional"`
|
||||
Num int64 `form:"num,optional"`
|
||||
Sn string `form:"sn"`
|
||||
}
|
||||
|
||||
|
|
|
@ -281,8 +281,8 @@ type OtherProductListRsp {
|
|||
}
|
||||
//获取详情页推荐产品列表
|
||||
type GetRecommandProductListReq {
|
||||
Size uint32 `form:"size"`
|
||||
Num int64 `form:"num"`
|
||||
Size uint32 `form:"size,optional"`
|
||||
Num int64 `form:"num,optional"`
|
||||
Sn string `form:"sn"`
|
||||
}
|
||||
type GetRecommandProductListRsp {
|
||||
|
|
Loading…
Reference in New Issue
Block a user