Przeglądaj źródła

vivo推送极光透传

peng 2 lat temu
rodzic
commit
96b49df98f
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Controller/DetectControllerV2.py

+ 2 - 0
Controller/DetectControllerV2.py

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