From 2322394a84dfee0c9c0f5138ec65a597e7bf4632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 6 Nov 2020 16:22:19 +0800 Subject: [PATCH] pay result --- business/jxstore/financial/financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index 9a46de854..a01d232e3 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -77,7 +77,7 @@ func (p *PayHandler) CreatePay() (err error) { wxPay := &WxPayParam{ Prepayid: param2["prepayid"].(string), Noncestr: param2["noncestr"].(string), - Timestamp: param2["timestamp"].(string), + Timestamp: utils.Int64ToStr(utils.MustInterface2Int64(param2["timestamp"])), Package: param2["package"].(string), Partnerid: param2["partnerid"].(string), Appid: param2["appid"].(string),