cqpCow 1 年間 前
コミット
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);
     }