修改fromappid 获得逻辑
This commit is contained in:
parent
7935c061a4
commit
debc5f8158
@ -442,7 +442,10 @@ class Report:
|
|||||||
|
|
||||||
if fromappids and ss_output_fromappids:
|
if fromappids and ss_output_fromappids:
|
||||||
for item in ss_output_fromappids:
|
for item in ss_output_fromappids:
|
||||||
args['fromappid'] = item
|
if args['gameid'] in self.not_minigames:
|
||||||
|
args['fromappid'] = item.split('_success')[0]
|
||||||
|
else:
|
||||||
|
args['fromappid'] = item
|
||||||
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
|
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
|
||||||
temp['output'].append(self.get_input_fromappid(**args))
|
temp['output'].append(self.get_input_fromappid(**args))
|
||||||
data.append(temp)
|
data.append(temp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user