fix: int64 ID 字段序列化为 JSON string
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ type (
|
||||
FrozenBalance string `json:"frozenBalance"`
|
||||
}
|
||||
Transaction {
|
||||
Id int64 `json:"id"`
|
||||
Id int64 `json:"id,string"`
|
||||
Type string `json:"type"`
|
||||
Amount string `json:"amount"`
|
||||
Description string `json:"description"`
|
||||
|
||||
Reference in New Issue
Block a user