<?php namespace App\Services; class HomeService { /** * 获取首页内容 * @param $param */ public function get_list($param){ } }