Exemple #1
0
 def GET(self):
     merchant_data = UpmpHandler.query_merchant_info(data_path)
     web.header('Content-Type', 'application/json')
     raise web.OK(json.dumps(merchant_data))
Exemple #2
0
 def GET(self):
     merchant_data = UpmpHandler.query_merchant_info(data_path)
     web.header('Content-Type', 'application/json')
     raise web.OK(json.dumps(merchant_data))