日志
This commit is contained in:
parent
c950a73d82
commit
fef96ecc7d
@ -842,5 +842,6 @@ func GetUidByFaceBook(Fb string) (int, error) {
|
||||
}
|
||||
R := Result{}
|
||||
err := db.SqlDb.Get(&R, sqlStr, Fb)
|
||||
log.Debug("Fb :%s;Uid :%d", Fb, R.Uid)
|
||||
return R.Uid, err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user