chuweiqiang 1 년 전
부모
커밋
6325a47199
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/data/controller/api/Xw.php
  2. 1 1
      app/data/controller/api/auth/BestKnowledge.php

+ 1 - 1
app/data/controller/api/Xw.php

@@ -18,7 +18,7 @@ use think\db\Query;
  */
 class Xw extends Auth
 {
-    protected $noNeedLogin=['category','index','getLimit','show','comments'];
+    protected $noNeedLogin=['category','index','getLimit','show','comments','ad_show'];
     /**
      * @Title("分类")
      * @Returned ("id",desc="id")

+ 1 - 1
app/data/controller/api/auth/BestKnowledge.php

@@ -29,7 +29,7 @@ use think\facade\Validate;
  */
 class BestKnowledge extends Auth
 {
-    protected $noNeedLogin=['classification','knowlist','knowdetail','knowlist2'];
+    protected $noNeedLogin=['classification','knowlist','knowdetail','knowlist2','ad_detail'];
 
 
     /**