From 7e1e097d7d31a9446e7e65e474578f7a164a5ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 2 Mar 2020 11:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=81=94=E5=AE=9D=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/tonglianpayapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tonglianpayapi/callback.go b/platformapi/tonglianpayapi/callback.go index 10241027..ab6792dc 100644 --- a/platformapi/tonglianpayapi/callback.go +++ b/platformapi/tonglianpayapi/callback.go @@ -21,7 +21,7 @@ type CallBackResult struct { OuttrxID string `json:"outtrxID"` TrxCode string `json:"trxCode"` TrxID string `json:"trxID"` - TrxAmt int `json:"trxAmt"` + TrxAmt int64 `json:"trxAmt"` TrxDate string `json:"trxDate"` PayTime string `json:"payTime"` ChnlTrxID string `json:"chnlTrxID"`