dever 6 年之前
父節點
當前提交
b19d3a59c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;