This commit is contained in:
pengtao 2019-09-24 15:37:30 +08:00
parent 4d6dfc7fcc
commit 58b00a2852

View File

@ -80,7 +80,7 @@ class DispatchHandler(tornado.web.RequestHandler):
return self.write({'errcode': 1, "errmsg": f'{gameid} not in define!'})
self.url = item['url']
self.tgaid = 99
self.tgaid = 1234
# self.tgaid = item['tgaid']
self.suffix = item.get('suffix', 0)
self.api_key = item.get('api_key', None)