@@ -25,6 +25,8 @@ class Issue extends BaseController
{
$data = file_get_contents("https://pc28ya.com/index.php?action=getMyOpensJson");
$data = json_decode($data,true);
+
+ $data = array_reverse($data['data']);
return $this->success($data);
}