示例#1
0
 def get(self):
     data = [product.to_dict() for product in Event.all_items()]
     return data, 200