From 3ce676edab5e99c60f0cf69bf598c413917d9c40 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sat, 6 Jul 2019 23:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=94=B9=E4=B8=BA=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/api.js b/src/util/api.js index 64eb6c0..0cc45f5 100644 --- a/src/util/api.js +++ b/src/util/api.js @@ -17,8 +17,8 @@ const VERSION = DeviceInfo.getVersion(); const IS_IPHONEX = isIphoneX(); -const baseUrl = 'http://open.timepill.net/api'; -const v2Url = 'http://v2.timepill.net/api'; +const baseUrl = 'https://open.timepill.net/api'; +const v2Url = 'https://v2.timepill.net/api'; async function login(username, password) {