From e3b5bebcf231f4c65f5071cfe2cd6635cc43c848 Mon Sep 17 00:00:00 2001 From: Firesuiry <4690734@qq.com> Date: Sun, 3 Oct 2021 20:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.py b/common.py index 7d03ad7..975cefb 100644 --- a/common.py +++ b/common.py @@ -6,7 +6,8 @@ import openpyxl -END_POINT = R'http://api.jiandanmaimai.cn' +# END_POINT = R'http://api.jiandanmaimai.cn' +END_POINT = R'https://www.jiandanmaimai.cn' HEAD_STRUCT = bytes('128sIq32s', encoding='utf-8') FILE_UPLOAD_URL = f'{END_POINT}/file/api/files/' CLIENT_INFO_URL = f'{END_POINT}/file/api/client/'