dever 6 years ago
parent
commit
a861a24823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      act/lib/Note.php

+ 1 - 1
act/lib/Note.php

@@ -11,7 +11,7 @@ class Note
     {
         $param = array('type' => $type, 'id' => $id, 'name' => $name, 'link' => $link);
 
-        $push = array('jstyle://cn.jstyle.app/route?' . http_build_query($param), json_encode($param));
+        $push = array(json_encode($param), 'jstyle://cn.jstyle.app/route?' . http_build_query($param));
         return $push;
     }
     # 获取当前用户是否预约