no message
This commit is contained in:
parent
d09d4a4284
commit
bb978907d0
|
@ -69,7 +69,7 @@ func CheckInviteScore(req *model.InviteScore) (b bool, err error) {
|
||||||
psnid, err := GetPSnId(req.Platform, req.SnId)
|
psnid, err := GetPSnId(req.Platform, req.SnId)
|
||||||
if err != nil || psnid == 0 {
|
if err != nil || psnid == 0 {
|
||||||
// 还没有绑定上级
|
// 还没有绑定上级
|
||||||
logger.Logger.Errorf("not bind error:%v", err)
|
//logger.Logger.Errorf("not bind error:%v", err)
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue