likang 1 year ago
parent
commit
d40a71dfbb
1 changed files with 1 additions and 1 deletions
  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);
     }