소스 검색

push_type

chenjunkai 5 년 전
부모
커밋
e0fdc9fe56
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Controller/UserController.py

+ 1 - 0
Controller/UserController.py

@@ -1270,6 +1270,7 @@ class InitInfoView(View):
         # region = request_dict.get('region', '')  # 语言区域
         nowTime = int(time.time())
         if all([token_val, push_type, appBundleId]):
+            push_type = int(push_type)
             if push_type == 0:
                 if appBundleId not in APNS_CONFIG.keys():
                     return response.json(904)