|
@@ -238,6 +238,7 @@ class DetectControllerViewV2(View):
|
|
'app_type': app_type,
|
|
'app_type': app_type,
|
|
'push_type': push_type,
|
|
'push_type': push_type,
|
|
'token_val': token_val,
|
|
'token_val': token_val,
|
|
|
|
+ 'jg_token_val': jg_token_val if push_type in ['5', '6'] and jg_token_val else '',
|
|
'updTime': nowTime,
|
|
'updTime': nowTime,
|
|
'lang': lang,
|
|
'lang': lang,
|
|
'tz': tz
|
|
'tz': tz
|
|
@@ -251,6 +252,7 @@ class DetectControllerViewV2(View):
|
|
'app_type': app_type,
|
|
'app_type': app_type,
|
|
'push_type': push_type,
|
|
'push_type': push_type,
|
|
'token_val': token_val,
|
|
'token_val': token_val,
|
|
|
|
+ 'jg_token_val': jg_token_val if push_type in ['5', '6'] and jg_token_val else '',
|
|
'm_code': m_code,
|
|
'm_code': m_code,
|
|
'addTime': nowTime,
|
|
'addTime': nowTime,
|
|
'updTime': nowTime,
|
|
'updTime': nowTime,
|