接口改为 https

This commit is contained in:
mx1700 2019-07-06 23:01:07 +08:00
parent f5e605d246
commit 3ce676edab

View file

@ -17,8 +17,8 @@ const VERSION = DeviceInfo.getVersion();
const IS_IPHONEX = isIphoneX(); const IS_IPHONEX = isIphoneX();
const baseUrl = 'http://open.timepill.net/api'; const baseUrl = 'https://open.timepill.net/api';
const v2Url = 'http://v2.timepill.net/api'; const v2Url = 'https://v2.timepill.net/api';
async function login(username, password) { async function login(username, password) {