@@ -37,7 +37,7 @@ class GongdengController extends BaseController
* @return mixed
*/
public function index(){
- return $this->service->getList($this->userId);
+ return $this->service->getMyGdList($this->userId);
}
/**
@@ -80,7 +80,7 @@ class GongdengOrderService extends BaseService
* 我的供灯列表
- public function getList($userId)
+ public function getMyGdList($userId)
{
$params = request()->all();
$page = isset($params['pageSize']) ? intval($params['pageSize']) : PAGE;