Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillDetailReq ¶ added in v0.5.0
type BillDetailReq struct {
g.Meta `path:"/bill/detail" method:"get" auth:"true" role:"reseller,user,admin" tags:"finance" summary:"账单明细详情接口"`
Id string `json:"id"`
}
账单明细详情接口请求参数
type BillDetailRes ¶ added in v0.5.0
type BillDetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.FinanceBillDetailRes
}
账单明细详情接口响应参数
type BillExportReq ¶ added in v0.5.0
type BillExportReq struct {
g.Meta `path:"/bill/export" method:"post" auth:"true" role:"reseller,user,admin" tags:"finance" summary:"账单明细导出接口"`
model.FinanceBillExportReq
}
账单明细导出接口请求参数
type BillExportRes ¶ added in v0.5.0
账单明细导出接口响应参数
type BillPageReq ¶ added in v0.5.0
type BillPageReq struct {
g.Meta `` /* 126-byte string literal not displayed */
model.FinanceBillPageReq
}
账单明细分页列表接口请求参数
type BillPageRes ¶ added in v0.5.0
type BillPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.FinanceBillPageRes
}
账单明细分页列表接口响应参数
type DealRecordPageReq ¶
type DealRecordPageReq struct {
g.Meta `` /* 133-byte string literal not displayed */
model.FinanceDealRecordPageReq
}
交易记录分页列表接口请求参数
type DealRecordPageRes ¶
type DealRecordPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.FinanceDealRecordPageRes
}
交易记录分页列表接口响应参数
Click to show internal directories.
Click to hide internal directories.