@@ -49,7 +49,7 @@ class PostCollectBean extends Command
{
$this->line("开始更新内容领取彩虹豆");
- $key = 'post_collect_bean';
+ $key = 'post_author_collect_bean';
$ids = Redis::ZRANGE($key, 0 , -1, 'WITHSCORES');
foreach($ids as $postId => $val){
try{