feat/task1-c-wallet
parent
83ba869a59
commit
a3dca50ccc
|
|
@ -44,7 +44,7 @@ class SearchController extends CommonController
|
||||||
public function Index()
|
public function Index()
|
||||||
{
|
{
|
||||||
// 搜索记录
|
// 搜索记录
|
||||||
SearchService::SearchAdd($this->params);
|
SearchService::SearchAdd($this->data_post);
|
||||||
|
|
||||||
// 获取数据
|
// 获取数据
|
||||||
$result = SearchService::GoodsList($this->data_post);
|
$result = SearchService::GoodsList($this->data_post);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue