From 9c058a94f458bd08f94280b5ae04b01b47b3fb70 Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 22 Feb 2025 20:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleOrder.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/service/bundle/bundleOrder.go b/pkg/service/bundle/bundleOrder.go index 507d191..7c0fd35 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -53,6 +53,8 @@ func CreateBundleOrderSignature(c *gin.Context) { req.Amount = bundleDetail.Bundle.Price req.AmountType = bundleDetail.Bundle.PriceType + req.PayType = 1 // 默认 人民币 + // 当前 未将 签名 写入合同中 signContract, signContractErr := logic.SignContract(req.CustomerNum, bundleDetail.Bundle.Contract, req.Signature) if signContractErr != nil {