feat/task1-c-wallet
devil_gong 2018-11-26 16:02:25 +08:00
parent 83ba869a59
commit a3dca50ccc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class SearchController extends CommonController
public function Index()
{
// 搜索记录
SearchService::SearchAdd($this->params);
SearchService::SearchAdd($this->data_post);
// 获取数据
$result = SearchService::GoodsList($this->data_post);