作者 lyh

gx

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