|
|
@@ -28,7 +28,6 @@ class ShopClass extends BaseClass
|
|
|
if (isset($ghsShop->pfLevel) && $ghsShop->pfLevel == 1) {
|
|
|
$current = date("Y_m_d");
|
|
|
$key = 'ghs_custom_today_has_get_pack_cost_' . $current . '_' . $customId;
|
|
|
- noticeUtil::push($key, '15280215347');
|
|
|
$has = Yii::$app->redis->executeCommand('GET', [$key]);
|
|
|
if (!empty($has) && $has == 1) {
|
|
|
return false;
|