示例#1
0
 def get(self):
     return {'stores': list(map(lambda x: x.json(), StoreModel.findAll()))}
示例#2
0
 def get(self):
     return StoreModel.findAll()