wupengfei 2 yıl önce
ebeveyn
işleme
463587705e
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. 10 1
      application/mall/controller/Banner.php

+ 10 - 1
application/mall/controller/Banner.php

@@ -17,7 +17,16 @@ class Banner extends Controller
      */
     protected $table = 'StoreBanner';
 
-
+    /**
+     * 轮播图列表
+     * @auth true
+     * @menu true
+     * @throws \think\Exception
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\ModelNotFoundException
+     * @throws \think\exception\DbException
+     * @throws \think\exception\PDOException
+     */
     public function index()
     {
         $this->title = '轮播图列表';