This commit is contained in:
root 2019-08-20 12:04:51 +08:00
parent ff83e4675c
commit 202abf4a44

View File

@ -97,11 +97,11 @@ def send_cache_data():
item['y_offset'] = 0
try:
temp = {}
pdb.set_trace()
temp['jump_param'] = item['jump_param']
if not isinstance(item.get('ad_property', {}), dict):
item['ad_property'] = dict(item.get('ad_property', {}))
item['ad_property'].update(temp)
item['ad_property']=json.dumps(item['ad_property'])
except:
pass