dever 6 years ago
parent
commit
92bb7eab4c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Manage.php

+ 2 - 1
lib/Manage.php

@@ -22,7 +22,8 @@ class Manage
         }
         }
         if ($to_uid && $name && $content) {
         if ($to_uid && $name && $content) {
             $push = '';
             $push = '';
-            Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $push, $id);
+            $result = Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $push, $id);
+            print_r($result);die;
         }
         }
     }
     }
 }
 }