|
@@ -82,7 +82,7 @@ class NoticeAction extends Action {
|
|
|
$msg_data = json_decode($message->payload,true);
|
|
|
if($msg_data){
|
|
|
// 使用极光推送消息
|
|
|
- if(C('JPUSH_APP_KEY') || C('JPUSH_MASTER_SECRET')){
|
|
|
+ if(!C('JPUSH_APP_KEY') || !C('JPUSH_MASTER_SECRET')){
|
|
|
echo 'jpush app key or secret not exists',PHP_EOL;
|
|
|
break;
|
|
|
}
|