fix
This commit is contained in:
@@ -38,7 +38,7 @@ type GetProductListReq {
|
||||
Cid int64 `form:"cid"`
|
||||
Size uint32 `form:"size"`
|
||||
Page uint32 `form:"page"`
|
||||
IsDemo uint32 `form:"is_demo" , options=0|1"`
|
||||
IsDemo uint32 `form:"is_demo,optional"`
|
||||
}
|
||||
type GetProductListRsp {
|
||||
Ob Ob `json:"ob"`
|
||||
|
||||
Reference in New Issue
Block a user