likang %!s(int64=2) %!d(string=hai) anos
pai
achega
d40a71dfbb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      catch/api/service/dispose.php

+ 1 - 1
catch/api/service/dispose.php

@@ -653,7 +653,7 @@ public function get_station_config($mac){
       
     } 
     public function delHash($hashKey,$key){
-        $this->redis->Hdel($hashKey,$key);
+        $this->redis->hDel($hashKey,$key);
     }