Forráskód Böngészése

苹果内购 - 添加app_apple_id

linhaohong 1 éve
szülő
commit
c81a1ec429
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -301,7 +301,7 @@ class InAppPurchaseView(View):
                 root_certificates.append(file.read())
                 root_certificates.append(file.read())
 
 
         enable_online_checks = True
         enable_online_checks = True
-        app_apple_id = None  # 生产环境必需
+        app_apple_id = 1355964934  # 生产环境必需
 
 
         # 验证签名并解码 payload
         # 验证签名并解码 payload
         verifier = SignedDataVerifier(
         verifier = SignedDataVerifier(