no message

This commit is contained in:
sk 2024-10-09 10:59:19 +08:00
parent d09d4a4284
commit bb978907d0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func CheckInviteScore(req *model.InviteScore) (b bool, err error) {
psnid, err := GetPSnId(req.Platform, req.SnId)
if err != nil || psnid == 0 {
// 还没有绑定上级
logger.Logger.Errorf("not bind error:%v", err)
//logger.Logger.Errorf("not bind error:%v", err)
return false, err
}
}