quguofeng 1 년 전
부모
커밋
b60302e3c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Index.php

+ 1 - 0
application/api/controller/Index.php

@@ -24,6 +24,7 @@ class Index extends Api
         $this->success('请求成功',Information::where('status',1)->field('id,title,content,createtime')->limit(10)->select());
     }
 
+
     /**
      * 热门搜索
      */