This commit is contained in:
laodaming
2023-06-29 13:59:55 +08:00
parent 543308ddbc
commit f09e1b8f93
7 changed files with 84 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ type SupplementRsp {
//提货列表
type GetPickupListReq {
Status int64 `form:"status,options=0|1|2|3|4"`
Status int64 `form:"status,options=-1|1|2|3|4"`
Page int `form:"page"`
PageSize int `form:"page_size"`
Size int `form:"size"`