cqpCow 1 год назад
Родитель
Сommit
475dc47d5e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/Service.php

+ 1 - 1
app/Service/Service.php

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