Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6b5fe94573 | ||
![]() |
a514696ffb | ||
![]() |
9828497ea9 | ||
![]() |
ab7e59a084 | ||
![]() |
b2916c51c2 | ||
![]() |
fb099b0f73 | ||
![]() |
93938eed5e |
@ -339,11 +339,12 @@ 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 ||
|
||||
phpcommon\extractChannel($account_id) == 6006) {
|
||||
phpcommon\extractChannel($account_id) == 6006 ||
|
||||
phpcommon\extractChannel($account_id) == 6007) {
|
||||
$day = $row['now_days'];
|
||||
}
|
||||
$g_conf_lot_cluster = require('../res/lottery@lottery.php');
|
||||
@ -798,7 +799,8 @@ class ActivityController{
|
||||
$day = 1;
|
||||
if (phpcommon\extractChannel($account_id) == DOUYIN_CHANNEL ||
|
||||
phpcommon\extractChannel($account_id) == 6001 ||
|
||||
phpcommon\extractChannel($account_id) == 6000) {
|
||||
phpcommon\extractChannel($account_id) == 6000 ||
|
||||
phpcommon\extractChannel($account_id) == 6007) {
|
||||
$day = date('w', time());
|
||||
if ($day == 0) {
|
||||
$day = 7;
|
||||
@ -1001,7 +1003,8 @@ class ActivityController{
|
||||
$day = 1;
|
||||
if ($type == 1) {
|
||||
if (phpcommon\extractChannel($accountid) == 6001 ||
|
||||
phpcommon\extractChannel($accountid) == 6000) {
|
||||
phpcommon\extractChannel($accountid) == 6000 ||
|
||||
phpcommon\extractChannel($accountid) == 6007) {
|
||||
$day = $days;
|
||||
}
|
||||
}
|
||||
@ -1068,7 +1071,8 @@ class ActivityController{
|
||||
if ($type == 1) {
|
||||
if (phpcommon\extractChannel($accountid) == 6001 ||
|
||||
phpcommon\extractChannel($accountid) == 6006 ||
|
||||
phpcommon\extractChannel($accountid) == 6000) {
|
||||
phpcommon\extractChannel($accountid) == 6000 ||
|
||||
phpcommon\extractChannel($accountid) == 6007) {
|
||||
$day = date('w', time());
|
||||
if ($day == 0) {
|
||||
$day = 7;
|
||||
|
@ -58,7 +58,8 @@ class FriendController{
|
||||
}
|
||||
}
|
||||
$avatar_url = $row['avatar_url'];
|
||||
if (phpcommon\extractChannel($row['accountid']) != 6001) {
|
||||
if (phpcommon\extractChannel($row['accountid']) != 6001 &&
|
||||
phpcommon\extractChannel($row['accountid']) != 6007) {
|
||||
$avatar_url = "https://wx.qlogo.cn/mmopen/vi_32/q4oRsMFYBwPEVAeVI7tiasWSqaibr0GPQia432JhibGRYhqqEJofpWDYxJPq6q0hQ0j7icdACdHL78hrjYYHSjZQ3YA/132";
|
||||
}
|
||||
|
||||
|
@ -165,8 +165,8 @@ class GameOverController{
|
||||
//道具物品
|
||||
$first_list = array();
|
||||
if (phpcommon\extractChannel($account_id) == 6001 ||
|
||||
phpcommon\extractChannel($account_id) == 6007 ||
|
||||
phpcommon\extractChannel($account_id) == 6000) {
|
||||
phpcommon\extractChannel($account_id) == 6000 ||
|
||||
phpcommon\extractChannel($account_id) == 6007) {
|
||||
array_push($first_list, array(
|
||||
'item_id' => 18006,
|
||||
'item_num' => $num,
|
||||
|
Loading…
x
Reference in New Issue
Block a user