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);