This commit is contained in:
aozhiwei 2020-11-20 16:19:52 +08:00
parent b2916c51c2
commit ab7e59a084

View File

@ -334,7 +334,7 @@ class ActivityController{
phpcommon\sendError(ERR_USER_BASE + 1,'session失效');
return;
}
if ($row['free_times'] + $row['video_times'] + 1 == 5) {
if ($row['free_times'] + $row['video_times'] + 1 == 6) {
$day = 1;
if (phpcommon\extractChannel($account_id) == 6001 ||
phpcommon\extractChannel($account_id) == 6000 ||