|
@@ -182,6 +182,9 @@ class DevicePushService:
|
|
kwag_args['msg_text'] = msg_text
|
|
kwag_args['msg_text'] = msg_text
|
|
if params['event_type'] == 606 and up['push_type'] in [5, 6]:
|
|
if params['event_type'] == 606 and up['push_type'] in [5, 6]:
|
|
kwag_args['jg_token_val'] = up['jg_token_val']
|
|
kwag_args['jg_token_val'] = up['jg_token_val']
|
|
|
|
+ else:
|
|
|
|
+ if 'jg_token_val' in kwag_args:
|
|
|
|
+ kwag_args.pop('jg_token_val')
|
|
local_date_time = CommonService.get_now_time_str(n_time=params['n_time'], tz=tz, lang='cn')
|
|
local_date_time = CommonService.get_now_time_str(n_time=params['n_time'], tz=tz, lang='cn')
|
|
local_date_time = local_date_time[0:10]
|
|
local_date_time = local_date_time[0:10]
|
|
# 以下是存库
|
|
# 以下是存库
|