This commit is contained in:
aozhiwei 2020-08-24 17:17:45 +08:00
parent c570136d07
commit 879cf1a9ed

View File

@ -282,7 +282,7 @@ class ActivityController{
$r -> pexpire($draw_uuid, 1000 * 3600 * 24); $r -> pexpire($draw_uuid, 1000 * 3600 * 24);
} else { } else {
$draw_db = json_decode($user_db_str, true); $draw_db = json_decode($user_db_str, true);
if ($flush_flag = 1) { if ($flush_flag == 1) {
$user_db_str = $r->get($draw_uuid); $user_db_str = $r->get($draw_uuid);
$draw_list = $this->randomReward(1,$account_id); $draw_list = $this->randomReward(1,$account_id);
$draw_db = json_decode($user_db_str, true); $draw_db = json_decode($user_db_str, true);