jc_show 日志拆分脚本
This commit is contained in:
parent
eb6eafc526
commit
c8e04025bb
@ -66,7 +66,8 @@ class JcShowInit:
|
||||
"""6001_1004_oQmL74ij2oq3SyvO6QriuD0EJSjE
|
||||
{"ad_id":["1039","1035","1037","1036","1038","1040"],"pos":"1,0,5,0,0","ad_channel":["wxdb103a128e118619","wxf4b70c770560c2fe","wx7d84fae7fe8796d7","wx1dd2f605f4f8496b","wx2f6ebc0586e24d61","wx0e14c9f4c4a06870"]}"""
|
||||
for line in data:
|
||||
account, data_dict = line
|
||||
account, data_all = line
|
||||
data_dict = json.loads(data_all)
|
||||
temp = {}
|
||||
temp['account_id'] = account
|
||||
temp['location'] = data_dict['pos']
|
||||
|
Loading…
x
Reference in New Issue
Block a user