mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify comment
This commit is contained in:
@@ -25,7 +25,7 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
// TransactionOverviewHandler returns transaction over of current user
|
||||
// TransactionOverviewHandler returns transaction overview of current user
|
||||
func (a *OverviewApi) TransactionOverviewHandler(c *core.Context) (interface{}, *errs.Error) {
|
||||
var transactionOverviewReq models.TransactionOverviewRequest
|
||||
err := c.ShouldBindQuery(&transactionOverviewReq)
|
||||
|
||||
Reference in New Issue
Block a user