4444
This commit is contained in:
@@ -926,3 +926,8 @@ func (r *UserService) PutUser(userId int64, req requests.PutUser) (bool, error)
|
||||
tx.Commit()
|
||||
return true, nil
|
||||
}
|
||||
|
||||
// CheckUserInfo 检测用户信息是否补全
|
||||
func (r *UserService) CheckUserInfo(userId int64) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user