aa
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user