jc_show 日志拆分脚本

This commit is contained in:
pengtao 2019-09-20 16:24:45 +08:00
parent c8e04025bb
commit f50f629b52

View File

@ -56,6 +56,7 @@ class JcShowInit:
tga_data['ad_channel'] = data['ad_channel']
tga_data['account_id'] = data['account_id']
tga_data['gameid'] = self.gameid
tga_data['date'] = self.time
tga_data['channelid'] = self.channelid
tga_data['location'] = data['location']
self.tga.put_event_data(tga_data, f'rep_{self.event_type}')