modify field name

This commit is contained in:
MaysWind
2021-03-28 18:03:53 +08:00
parent a07c775aa7
commit d034661734
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ type TransactionInfoResponse struct {
// TransactionCountResponse represents transaction count response
type TransactionCountResponse struct {
Count int64 `json:"count"`
TotalCount int64 `json:"total_count"`
}
// TransactionInfoPageWrapperResponse represents a response of transaction which contains items and next id