Compare commits

...

2 Commits

Author SHA1 Message Date
JNG
2c0cc0a075 Merge branch 'jng-contract-1225' into dev 2025-12-26 10:21:09 +08:00
JNG
fda10744f1 Update bundleOrder.go 2025-12-26 10:21:04 +08:00

View File

@ -319,6 +319,7 @@ func VerificationSignature(c *gin.Context) {
expirationDate := expirationTime.Format("2006-01-02")
signContract, err := logic.SignContractV2(userInfo.SubNum, contract, 0, expirationDate, userInfo.Name, userInfo.IdNumber, userInfo.PlaceOfResidence)
if err != nil {
fmt.Println("生成签名错误:", err)
service.Error(c, err)
return
}