添加导出率
This commit is contained in:
parent
26af6e27e6
commit
f564cef5fa
@ -273,6 +273,7 @@ class Report:
|
||||
def run(self):
|
||||
data = dict()
|
||||
data['day'] = self.day
|
||||
data['channelid'] = self.channelid
|
||||
data['gameid'] = self.gameid
|
||||
data['all'] = self.get_all_data()
|
||||
data['input'] = defaultdict(list)
|
||||
|
@ -10,9 +10,9 @@
|
||||
<span style="font-size:18px;">游戏内容</span>
|
||||
</strong>
|
||||
<span style="font-size:18px;">all:{{data}}</span>
|
||||
<span style="font-size:18px;">游戏ID:{{data.get(gameid)}}</span>
|
||||
<span style="font-size:18px;">渠道ID:{{data.get('channelid')}}</span>
|
||||
<span style="font-size:18px;">日期:{{data.get(day)}}</span>
|
||||
<span style="font-size:18px;">游戏ID:{{data['gameid']}}</span>
|
||||
<span style="font-size:18px;">渠道ID:{{data['channelid']}}</span>
|
||||
<span style="font-size:18px;">日期:{{data['day']}}</span>
|
||||
</h2>
|
||||
<h3>
|
||||
<strong>
|
||||
|
Loading…
x
Reference in New Issue
Block a user