|
|
@@ -184,6 +184,8 @@ class WechatService extends BaseService
|
|
|
$config['notify'] = $notifyConfig? $notifyConfig : [];
|
|
|
if ($key && $key != 'notify') {
|
|
|
return isset($config[$key]['value']) ? $config[$key]['value'] : '';
|
|
|
+ } else if ($key == 'notify'){
|
|
|
+ return isset($config['notify'])? $config['notify'] : [];
|
|
|
} else {
|
|
|
return $config ? $config : [];
|
|
|
}
|