diff --git a/app/controller/api/store/product/StoreProductPresell.php b/app/controller/api/store/product/StoreProductPresell.php index 291cdc18..77465157 100755 --- a/app/controller/api/store/product/StoreProductPresell.php +++ b/app/controller/api/store/product/StoreProductPresell.php @@ -37,7 +37,7 @@ class StoreProductPresell extends BaseController public function lst() { [$page, $limit] = $this->getPage(); - $where = $this->request->params([['type',4],'star','mer_id']); + $where = $this->request->params([['type',4],'star','mer_id', 'keyword']); return app('json')->success($this->repository->getApiList($where,$page, $limit)); }