wupengfei 2 years ago
parent
commit
6e7c441dca
2 changed files with 3 additions and 2 deletions
  1. 2 2
      .idea/workspace.xml
  2. 1 0
      application/common/model/UserMessage.php

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Video.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Video.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/common/model/UserMessage.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/model/UserMessage.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -217,7 +217,7 @@
       <workItem from="1664152288609" duration="21956000" />
       <workItem from="1664239350913" duration="12906000" />
       <workItem from="1664412298142" duration="4898000" />
-      <workItem from="1664498426748" duration="13327000" />
+      <workItem from="1664498426748" duration="13358000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/common/model/UserMessage.php

@@ -78,6 +78,7 @@ class UserMessage extends Model
         ];
         self::create($message);
         // 哪些模块中的某些类型需要极光推送
+        return false;
         switch ($module)
         {
             case 'video':