dever 6 年之前
父节点
当前提交
3f4481b46b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -117,7 +117,7 @@ class Data
         $content = Dever::input('content', 'test');
         $link = Dever::input('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));