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