From d7a31c62b300978fd053ba700b5429bda4acfbec Mon Sep 17 00:00:00 2001 From: youngS Date: Fri, 17 Sep 2021 16:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir_ser/config.py b/fir_ser/config.py index d8397cf..47fd06f 100644 --- a/fir_ser/config.py +++ b/fir_ser/config.py @@ -7,7 +7,7 @@ import os API_DOMAIN = "https://app.hehelucky.cn" WEB_DOMAIN = "https://app.hehelucky.cn" -MOBILEPROVISION = "https://ali-static.jappstore.com/embedded3.mobileprovision" +MOBILEPROVISION = "https://ali-static.jappstore.com/embedded5.mobileprovision" BASE_DIR = os.path.dirname(os.path.abspath(__file__))