mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 18:09:31 +08:00
接口改为 https
This commit is contained in:
parent
f5e605d246
commit
3ce676edab
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue