|
@@ -2254,7 +2254,7 @@ class WelcomeController extends BaseController
|
|
|
$property = $this->property;
|
|
|
if (!$property) return '';
|
|
|
if (in_array($this->distribution_channel_id, explode(',', redisEnv('OPEN_ORDER_INNER_SITES')))
|
|
|
- && in_array($property, ['low', 'medium'])
|
|
|
+ && in_array($property, ['none','low', 'medium'])
|
|
|
) {
|
|
|
if(!UserMonthService::isSignMonth($openid)){
|
|
|
return [
|