From 22a9b8d816e358e0700392cb19b7fea3ff564ea0 Mon Sep 17 00:00:00 2001 From: nineven Date: Wed, 30 Mar 2022 13:40:02 +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_client/vue.config.js | 2 +- fir_ser/api/views/thirdlogin.py | 2 +- fir_ser/config.py | 33 ++++++++++++++++++++++++++++++--- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/fir_client/vue.config.js b/fir_client/vue.config.js index 21bf184..81275a5 100644 --- a/fir_client/vue.config.js +++ b/fir_client/vue.config.js @@ -82,7 +82,7 @@ if (page) { } } -const version='2.2.8'; +const version='2.2.9'; const pro_base_env = { baseUrl: 'https://flyapps.cn', diff --git a/fir_ser/api/views/thirdlogin.py b/fir_ser/api/views/thirdlogin.py index 02f9d7e..b2854bd 100644 --- a/fir_ser/api/views/thirdlogin.py +++ b/fir_ser/api/views/thirdlogin.py @@ -222,7 +222,7 @@ class ValidWxChatToken(APIView): description += " 微信登录 " if wx_user_obj.enable_notify: description += " 消息通知 " - description += "功能。" + description += "功能" WxTemplateMsg(to_user, get_wx_nickname(to_user)).bind_query_success_msg( user_obj.first_name, diff --git a/fir_ser/config.py b/fir_ser/config.py index d1515ea..7746b01 100644 --- a/fir_ser/config.py +++ b/fir_ser/config.py @@ -252,9 +252,36 @@ class SENDERCONF(object): class IPACONF(object): APPLE_DEVELOPER_API_PROXY_LIST = [ - # '47.243.172.201:17897', - # '47.243.172.202:17897', - # '47.243.172.203:17897' + {'proxy': '39.101.198.124:17897', 'active': True}, + {'proxy': '8.142.38.157:17897', 'active': True}, + {'proxy': '121.89.194.26:17897', 'active': True}, + {'proxy': '39.103.139.122:17897', 'active': True}, + {'proxy': '8.142.99.245:17897', 'active': True}, + {'proxy': '8.142.180.88:17897', 'active': True}, + {'proxy': '8.142.174.13:17897', 'active': True}, + {'proxy': '39.99.238.93:17897', 'active': True}, + {'proxy': '8.142.173.96:17897', 'active': True}, + {'proxy': '8.142.163.150:17897', 'active': True}, + {'proxy': '39.99.148.6:17897', 'active': True}, + {'proxy': '8.142.177.18:17897', 'active': True}, + {'proxy': '39.99.238.109:17897', 'active': True}, + {'proxy': '8.142.137.58:17897', 'active': True}, + {'proxy': '8.142.70.111:17897', 'active': True}, + {'proxy': '39.99.250.139:17897', 'active': True}, + {'proxy': '39.98.108.35:17897', 'active': True}, + {'proxy': '8.142.86.125:17897', 'active': True}, + {'proxy': '39.103.134.67:17897', 'active': True}, + {'proxy': '121.89.213.83:17897', 'active': True}, + {'proxy': '39.103.157.148:17897', 'active': True}, + {'proxy': '121.89.211.11:17897', 'active': True}, + {'proxy': '39.101.134.27:17897', 'active': True}, + {'proxy': '39.103.129.39:17897', 'active': True}, + {'proxy': '39.103.170.156:17897', 'active': True}, + {'proxy': '8.142.169.88:17897', 'active': True}, + {'proxy': '39.103.231.80:17897', 'active': True}, + {'proxy': '8.142.43.168:17897', 'active': True}, + {'proxy': '8.142.120.245:17897', 'active': True}, + {'proxy': '8.142.120.174:17897', 'active': True}, ] APPLE_DEVELOPER_API_PROXY = { # 代理的作用,主要是为了加快苹果api的访问,在国内会出现卡死,访问超时等问题,怀疑是被苹果服务器拦截了