Compare commits
2 Commits
37e05c5e70
...
2c0cc0a075
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c0cc0a075 | |||
| fda10744f1 |
@ -319,6 +319,7 @@ func VerificationSignature(c *gin.Context) {
|
|||||||
expirationDate := expirationTime.Format("2006-01-02")
|
expirationDate := expirationTime.Format("2006-01-02")
|
||||||
signContract, err := logic.SignContractV2(userInfo.SubNum, contract, 0, expirationDate, userInfo.Name, userInfo.IdNumber, userInfo.PlaceOfResidence)
|
signContract, err := logic.SignContractV2(userInfo.SubNum, contract, 0, expirationDate, userInfo.Name, userInfo.IdNumber, userInfo.PlaceOfResidence)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
fmt.Println("生成签名错误:", err)
|
||||||
service.Error(c, err)
|
service.Error(c, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user