|
@@ -282,7 +282,7 @@ class WechatSubscribeService extends BaseService
|
|
|
return "";
|
|
|
}
|
|
|
$set = self::getConfig($info->user_id,$info->puser_id,$info->miniprogram_id);
|
|
|
- if (getProp($set['data'] == 0)){
|
|
|
+ if (getProp($set,'data') == 0){
|
|
|
return '';
|
|
|
}
|
|
|
WechatAccountSubscribeDetail::where('id', $info->id)->increment('send_total', 1);
|