dever 3 years ago
parent
commit
d0ddbb2808
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -135,7 +135,7 @@ class Data
      * 
      * 
      * @return mixed
      * @return mixed
      */
      */
-    public function push($uid, $to_uid, $name, $content, $type = 11, $project = 1, $scope = false, $param = false, $id = -1)
+    public function push($uid, $to_uid, $name, $content, $type = 1, $project = 1, $scope = false, $param = false, $id = -1)
     {
     {
         if (!is_numeric($type)) {
         if (!is_numeric($type)) {
             Dever::alert('错误的消息类型');
             Dever::alert('错误的消息类型');