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

+ 1 - 1
act/lib/Note.php

@@ -9,7 +9,7 @@ class Note
     # 获取message的push信息
     public function push($type, $id, $name, $link = '')
     {
-        $ios = array('type' => $type, 'id' => $id, 'name' => $name, 'link' => $link);
+        $param = array('type' => $type, 'id' => $id, 'name' => $name, 'link' => $link);
 
         $push = array('jstyle://cn.jstyle.app/route?' . http_build_query($param), json_encode($param));
         return $push;