modify comment

This commit is contained in:
MaysWind
2021-01-18 00:17:42 +08:00
parent 0a3fd871ae
commit 1d37352099
+1 -1
View File
@@ -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)