This commit is contained in:
laodaming
2023-07-10 17:54:43 +08:00
parent fb4414fab6
commit 6b96a3ecbe
2 changed files with 9 additions and 2 deletions

View File

@@ -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"`