bianjunhui 1 year ago
parent
commit
1f17254432
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/AppIndex.php

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

@@ -22,5 +22,6 @@ class Appindex extends Api
 
 
         $where['status']=1;
         $where['status']=1;
         $banner = Db::name('message_read')->where($where)->select();
         $banner = Db::name('message_read')->where($where)->select();
+        $this->success('',$banner);
     }
     }
 }
 }