Compare commits
No commits in common. "77c71b135dac86804af89eec80fc8b9cf5d526e6" and "2c0cc0a075ff1f05428fb1f85f23ac83df567a07" have entirely different histories.
77c71b135d
...
2c0cc0a075
@ -315,15 +315,15 @@ func VerificationSignature(c *gin.Context) {
|
|||||||
|
|
||||||
if order.ReSignature == 1 {
|
if order.ReSignature == 1 {
|
||||||
res.Signature = true
|
res.Signature = true
|
||||||
//contract := ContractUrl
|
contract := ContractUrl
|
||||||
//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)
|
fmt.Println("生成签名错误:", err)
|
||||||
// service.Error(c, err)
|
service.Error(c, err)
|
||||||
// return
|
return
|
||||||
//}
|
}
|
||||||
//res.SignatureUrl = signContract
|
res.SignatureUrl = signContract
|
||||||
}
|
}
|
||||||
|
|
||||||
service.Success(c, res)
|
service.Success(c, res)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user