소스 검색

完善订单详情

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

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

@@ -11,7 +11,7 @@ use wxpay;
  */
 class Index extends Api
 {
-    protected $noNeedLogin = ['banner', 'activelist', 'personaltype', 'personalactivetype', 'car', 'leader', 'personaldirection'];
+    protected $noNeedLogin = ['banner', 'activelist', 'personaltype', 'personalactivetype', 'car', 'leader', 'personaldirection', 'activeinfo'];
     protected $noNeedRight = ['*'];
 
     /**