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));