diff --git a/fir_client/vue.config.js b/fir_client/vue.config.js index 98cb3a5..1f44f6d 100644 --- a/fir_client/vue.config.js +++ b/fir_client/vue.config.js @@ -82,7 +82,7 @@ if (page) { } } -const version='2.2.3'; +const version='2.2.5'; const pro_base_env = { baseUrl: 'https://flyapps.cn', diff --git a/fir_ser/tests/django_test.py b/fir_ser/tests/django_test.py index de099ba..b3d0791 100644 --- a/fir_ser/tests/django_test.py +++ b/fir_ser/tests/django_test.py @@ -23,3 +23,14 @@ from xsign.utils.ctasks import auto_check_ios_developer_active # # send_ios_developer_active_status(userinfo, content) auto_check_ios_developer_active() +# from common.libs.apple.appleapiv3 import AppStoreConnectApi +# from xsign.models import AppIOSDeveloperInfo +# +# developer_obj = AppIOSDeveloperInfo.objects.filter(issuer_id='4257ad34-8fe8-4200-a827-5b09d9888371').first() +# apple_obj = AppStoreConnectApi(developer_obj.issuer_id, developer_obj.private_key_id, developer_obj.p8key) +# all_devices = apple_obj.get_all_devices() +# for device in all_devices: +# print(device) + +# res=apple_obj.disabled_device('ZZ4F3RM9H2','iPhone13,2','00008101-001560D00A60001E') +# print(res)