fix
This commit is contained in:
parent
d20a1b0354
commit
e0de8bfcf2
|
@ -8,7 +8,7 @@ import (
|
||||||
type GetProductListReq struct {
|
type GetProductListReq struct {
|
||||||
Cid int64 `form:"cid"`
|
Cid int64 `form:"cid"`
|
||||||
Size uint32 `form:"size"`
|
Size uint32 `form:"size"`
|
||||||
Page uint32 `form:"page"`
|
Page uint32 `form:"page,optional"`
|
||||||
IsDemo uint32 `form:"is_demo,optional"`
|
IsDemo uint32 `form:"is_demo,optional"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ service product {
|
||||||
type GetProductListReq {
|
type GetProductListReq {
|
||||||
Cid int64 `form:"cid"`
|
Cid int64 `form:"cid"`
|
||||||
Size uint32 `form:"size"`
|
Size uint32 `form:"size"`
|
||||||
Page uint32 `form:"page"`
|
Page uint32 `form:"page,optional"`
|
||||||
IsDemo uint32 `form:"is_demo,optional"`
|
IsDemo uint32 `form:"is_demo,optional"`
|
||||||
}
|
}
|
||||||
type GetProductListRsp {
|
type GetProductListRsp {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user