gg
This commit is contained in:
@@ -1134,11 +1134,6 @@ func DeleteUserInfo(ctx *jxcontext.Context, userID string) (err error) {
|
||||
`
|
||||
_, err = dao.ExecuteSQL(db, sql5)
|
||||
|
||||
// sql6 := `
|
||||
// DELETE FROM user WHERE user_id=?;
|
||||
// `
|
||||
// _, err = dao.ExecuteSQL(db, sql6)
|
||||
|
||||
//删除token
|
||||
tokens, err := api.Cacher.Keys("TOKEN.V2." + userID + "*")
|
||||
for _, v := range tokens {
|
||||
|
||||
Reference in New Issue
Block a user