This commit is contained in:
pengtao 2019-09-24 16:04:00 +08:00
parent e316024027
commit 236bd72da2

View File

@ -91,7 +91,7 @@ class DispatchHandler(tornado.web.RequestHandler):
tga_data['ad_channel'] = ad_channel
tga_data['account_id'] = uid
tga_data['gameid'] = gameid
tga_data['date'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
tga_data['recordtime'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
tga_data['locationid'] = locationid
tga_data['adid'] = adid
print(f"{tga_data}")