diff --git a/OpenMico-Web/php/main.php b/OpenMico-Web/php/main.php index 2e90888..f626b15 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://api2.mina.mi.com/remote/ota/v2"; + $url = "http://api.mina.mi.com/remote/ota/v2"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); @@ -241,4 +241,4 @@ switch($action) { push_firmware($_GET); break; } -?> \ No newline at end of file +?>