示例#1
0
def logout():
    logout_user()
    return UserController.logout()
示例#2
0
def logout():
    return UserController.logout()