From c63e1224ee39c5d7460560d4a7ff1e7dfdccbea1 Mon Sep 17 00:00:00 2001 From: flying1008 Date: Mon, 21 Feb 2022 14:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BAhttps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenMico-Web/php/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMico-Web/php/main.php b/OpenMico-Web/php/main.php index f626b15..3d4756d 100644 --- a/OpenMico-Web/php/main.php +++ b/OpenMico-Web/php/main.php @@ -207,7 +207,7 @@ function push_firmware($get_arr){ //$data_string = json_encode($data); //print_r($data_string); - $url = "http://api.mina.mi.com/remote/ota/v2"; + $url = "https://api.mina.mi.com/remote/ota/v2"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url);