cqpCow 1 year ago
parent
commit
475dc47d5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/Service.php

+ 1 - 1
app/Service/Service.php

@@ -244,7 +244,7 @@ class Service
         return [false,'操作频繁!'];
         return [false,'操作频繁!'];
     }
     }
 
 
-    public function deLlimitingSendRequestBackg($key){
+    public function dellimitingSendRequestBackg($key){
         Redis::del($key);
         Redis::del($key);
     }
     }