Explorar el Código

佣金逻辑修改

Kirin hace 3 años
padre
commit
80fcef26d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -665,7 +665,7 @@ if (!function_exists('get_hpool_price')) {
             }
         }
         if($price == 0){
-            $res = do_request('https://www.ihpool.com/api/home/list?type=coo', [], null, false);
+            $res = do_request('https://www.hpool.in/api/home/list?type=coo', [], null, false);
             $res = json_decode($res, true);
             $price = 0;
             if (!isset($res['code']) || $res['code'] != 200) $price = 0;