This commit is contained in:
aozhiwei 2020-09-07 10:53:32 +08:00
parent e651c37c8a
commit bc794973d8

View File

@ -330,7 +330,8 @@ class ActivityController{
if ($row['free_times'] + $row['video_times'] + 1 == 5) {
$day = 1;
if (phpcommon\extractChannel($account_id) == 6001 ||
phpcommon\extractChannel($account_id) == 6000) {
phpcommon\extractChannel($account_id) == 6000 ||
phpcommon\extractChaanel($account_id) == 6006) {
$day = $row['now_days'];
}
$g_conf_lot_cluster = require('../res/lottery@lottery.php');