dever 6 years ago
parent
commit
0cc7a92d57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -120,7 +120,7 @@ class Data
 
 
         $param = 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));
+        $push = array(json_encode($param), 'jstyle://cn.jstyle.app/route?' . http_build_query($param));
 
 
         //$push = json_encode($push);
         //$push = json_encode($push);
         $uid = -1;
         $uid = -1;