Explorar o código

free book stats

zz %!s(int64=4) %!d(string=hai) anos
pai
achega
cb92b5ce02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Modules/Book/Services/BookConfigService.php

+ 1 - 1
app/Modules/Book/Services/BookConfigService.php

@@ -547,6 +547,6 @@ class BookConfigService
         $now = date('Y-m-d');
         $amount = $amount*100;
         Redis::hincrby('qapp:book:free:charge:'.$id,$now,$amount);
-        Redis::sadd('qapp:wap:free:charge'.$now,$id);
+        Redis::sadd('qapp:free:charge'.$now,$id);
     }
 }