|
@@ -2190,9 +2190,9 @@ class WelcomeController extends BaseController
|
|
|
}
|
|
|
private function monthOrderInfo($openid){
|
|
|
$property = $this->property;
|
|
|
- if (!$property) $property = 'low';
|
|
|
+ if (!$property) $property = 'none';
|
|
|
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 [
|