|
@@ -575,3 +575,38 @@ APP_MAPPING = {
|
|
|
'MacUser': 'MacUser' # mac
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+# 苹果内购配置
|
|
|
+IN_APP_CONFIG = {
|
|
|
+ # Zosi Smart 配置
|
|
|
+ 'com.ansjer.zccloud': {
|
|
|
+ 'key_id': 'N42WMFCV6A',
|
|
|
+ 'issuer_id': '69a6de8c-789b-47e3-e053-5b8c7c11a4d1',
|
|
|
+ 'cert_names': [
|
|
|
+ 'AppleIncRootCertificate.cer',
|
|
|
+ 'AppleComputerRootCertificate.cer',
|
|
|
+ 'AppleRootCA-G2.cer',
|
|
|
+ 'AppleRootCA-G3.cer'
|
|
|
+ ],
|
|
|
+ "key_filename": "SubscriptionKey_N42WMFCV6A.p8",
|
|
|
+ "app_apple_id": 1355964934
|
|
|
+ },
|
|
|
+ # Vsees 配置
|
|
|
+ 'com.cloudlife.commissionf': {
|
|
|
+ 'key_id': 'N42WMFCV6A',
|
|
|
+ 'issuer_id': '69a6de8c-789b-47e3-e053-5b8c7c11a4d1',
|
|
|
+ 'cert_names': [
|
|
|
+ 'AppleIncRootCertificate.cer',
|
|
|
+ 'AppleComputerRootCertificate.cer',
|
|
|
+ 'AppleRootCA-G2.cer',
|
|
|
+ 'AppleRootCA-G3.cer'
|
|
|
+ ],
|
|
|
+ "key_filename": "SubscriptionKey_N42WMFCV6A.p8",
|
|
|
+ "app_apple_id": 1355964934
|
|
|
+ },
|
|
|
+}
|
|
|
+
|
|
|
+SHOPIFY_CONFIG = {
|
|
|
+ "eu_token": "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",
|
|
|
+ "eu_multipass_secret": "f4863c9979d7ddd16e23817c0dfe7863"
|
|
|
+}
|