From c3d66ff4d419644feebddc9b8f6f5b5456c10564 Mon Sep 17 00:00:00 2001 From: Haiss2 Date: Mon, 23 Oct 2023 10:58:28 +0700 Subject: [PATCH] Change BorrowTime to interface{} --- v2/get_flexible_loan_ borrow_history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/get_flexible_loan_ borrow_history.go b/v2/get_flexible_loan_ borrow_history.go index b24ae50b..1aad53b2 100644 --- a/v2/get_flexible_loan_ borrow_history.go +++ b/v2/get_flexible_loan_ borrow_history.go @@ -25,7 +25,7 @@ type FlexibleLoanBorrowHistory struct { InitialLoanAmount string `json:"initialLoanAmount"` CollateralCoin string `json:"collateralCoin"` InitialCollateralAmount string `json:"initialCollateralAmount"` - BorrowTime int64 `json:"borrowTime"` + BorrowTime interface{} `json:"borrowTime"` Status FlexibleBorrowStatus `json:"status"` }