Ken 7 月之前
父节点
当前提交
0498609df8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Http/Controllers/api/Issue.php

+ 2 - 0
app/Http/Controllers/api/Issue.php

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