Kirin 3 năm trước cách đây
mục cha
commit
2d8a57a374
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -654,7 +654,7 @@ if (!function_exists('get_hpool_price')) {
      */
     function get_hpool_price($unit): float
     {
-        $res = do_request('https://www.hpool.co/api/home/list?language=zh&type=eco', [], null, false);
+        $res = do_request('https://www.ihpool.com/api/home/list?type=eco', [], null, false);
         $res = json_decode($res, true);
         $price = 0;
         if (!isset($res['code']) || $res['code'] != 200) $price = 0;