...
|
...
|
@@ -305,6 +305,7 @@ class Goods extends Api |
|
|
{
|
|
|
$params = $this->request->param();
|
|
|
if (empty($params['keyword'])) $this->error('缺少参数 keyword!');
|
|
|
if ($this->userId) $this->keywordLogModel->save(['user_id'=>$this->userId,'content'=>$params['keyword'],'createtime'=>time()]);
|
|
|
$page = $params['page'];
|
|
|
$limit = Config::get('paginate.index_rows');
|
|
|
$where = [];
|
...
|
...
|
|