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