This commit is contained in:
苏尹岚
2021-04-19 11:33:16 +08:00
parent c51375afaf
commit a2b440172e
7 changed files with 16 additions and 14 deletions

View File

@@ -318,7 +318,7 @@ type OrderInfo struct {
}
type OrderQueryParam struct {
PageNo int64 `json:"pageNo,omitempty"` // 当前页数,默认1
PageNo int `json:"pageNo,omitempty"` // 当前页数,默认1
PageSize int `json:"pageSize,omitempty"` // 每页条数,默认20最大值100
OrderID int64 `json:"orderId,omitempty"`