瀏覽代碼

vivo推送极光透传

peng 2 年之前
父節點
當前提交
96b49df98f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,