From 35bd646600a0e81dbd9c0ffff6c70b6a5eba8188 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:29:19 +0800 Subject: [PATCH] pay result --- business/jxstore/financial/pay.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/business/jxstore/financial/pay.go b/business/jxstore/financial/pay.go index c6d63c905..80fb2343e 100644 --- a/business/jxstore/financial/pay.go +++ b/business/jxstore/financial/pay.go @@ -21,13 +21,13 @@ type PayHandler struct { } type WxPayParam struct { - Prepayid string `json:"Prepayid"` - Noncestr string `json:"Noncestr"` - Timestamp string `json:"Timestamp"` - Package string `json:"Package"` - Partnerid string `json:"Partnerid"` - Appid string `json:"Appid"` - Sign string `json:"Sign"` + Prepayid string `json:"prepayid"` + Noncestr string `json:"noncestr"` + Timestamp string `json:"timestamp"` + Package string `json:"package"` + Partnerid string `json:"partnerid"` + Appid string `json:"appid"` + Sign string `json:"sign"` } type PayHandlerInterface interface {