瀏覽代碼

free book stats

zz 4 年之前
父節點
當前提交
cb92b5ce02
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }
 }