You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
482 B

9 months ago
package request
type GetBillDataParams struct {
Uint string `json:"uint" form:"uint"` // 1:全部 2:昨天 3:近30天
}
type SearchBillParams struct {
Uint string `json:"uint" form:"uint"` // 1:全部 2:昨天 3:近30天
Status string `json:"status" form:"status"` // 空:全部 1-支出 2-收入
Scene string `json:"scene" form:"scene"` // 空:默认 1:bill-center
PageInfo
}
type FlowNoParam struct {
FlowNo string `json:"flow_no" form:"flow_no"` // 流水号
}