作者 lyh

gx

@@ -14,13 +14,13 @@ use App\Models\User\User; @@ -14,13 +14,13 @@ use App\Models\User\User;
14 14
15 class BlogController extends BaseController 15 class BlogController extends BaseController
16 { 16 {
17 - //通知别名  
18 - public $updateModelView = 'blog';  
19 17
20 /** 18 /**
21 - * @name :博客列表  
22 - * @author :liyuhang  
23 - * @method 19 + * @remark :博客列表
  20 + * @name :lists
  21 + * @author :lyh
  22 + * @method :post
  23 + * @time :2023/9/14 10:45
24 */ 24 */
25 public function lists(BlogModel $blogModel,BlogCategoryLogic $blogCategoryLogic,BlogLabelLogic $blogLabelLogic){ 25 public function lists(BlogModel $blogModel,BlogCategoryLogic $blogCategoryLogic,BlogLabelLogic $blogLabelLogic){
26 $this->map = $this->searchParam(); 26 $this->map = $this->searchParam();