Browse Source

修改错误判断条件

git 5 years ago
parent
commit
6f03d7425c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Home/Lib/Action/NoticeAction.class.php

+ 1 - 1
Home/Lib/Action/NoticeAction.class.php

@@ -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;
 							}