签署文件菲碧川

This commit is contained in:
蒋海成 2025-03-28 19:07:20 +08:00
parent 3a1850eab2
commit 0b80679aa0
2 changed files with 6 additions and 4 deletions

4
go.mod
View File

@ -17,8 +17,8 @@ go 1.18
//github.com/fonchain_enterprise/utils/ipAddrQuery => ../utils/ipAddrQuery
//github.com/fonchain_enterprise/utils/jwt => ../utils/jwt
//github.com/fonchain_enterprise/utils/logger => ../utils/logger
//replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-/utils/objstorage
replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage
replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-/utils/objstorage
//replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage
require (
dubbo.apache.org/dubbo-go/v3 v3.0.2

View File

@ -29,10 +29,12 @@ func CreateBundleOrderSignature(c *gin.Context) {
service.Error(c, errors.New(common.MissBundleUUID))
return
}
if req.Signature == "" {
// 不去校验 签名
/*if req.Signature == "" {
service.Error(c, errors.New(common.MissOrderSignature))
return
}
}*/
// 获取 用户信息
userInfo := login.GetUserInfoFromC(c)