소스 검색

Merge remote-tracking branch 'remotes/origin/dev' into test

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

+ 1 - 1
Controller/UserController.py

@@ -3314,7 +3314,7 @@ class AppleAuthLogin(View):
         app_bundle_id = request_dict.get('app_bundle_id', None)  # 包名
 
         response = ResponseObject(lang)
-
+        identity_token = CommonService.decode_data(identity_token)
         if identity_token:
             key_url = 'https://appleid.apple.com/auth/keys'
             key_response = requests.get(key_url).json()