wesmiler 5 years ago
parent
commit
8baf47ad5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

+ 1 - 0
app/api/controller/PublicController.php

@@ -37,6 +37,7 @@ class PublicController
      */
     public function index(Request $request)
     {
+        CacheService::set('ddd', 555, 600);
         $banner = sys_data('routine_home_banner') ?: [];//TODO 首页banner图
         $menus = sys_data('routine_home_menus') ?: [];//TODO 首页按钮
         $roll = sys_data('routine_home_roll_news') ?: [];//TODO 首页滚动新闻