示例#1
0
 def get(self):
     users = UserService.getAll()
     return [user.serialize for user in users]