|
@@ -14,7 +14,7 @@ class Good extends BaseController
|
|
|
//列表
|
|
|
public function goodList()
|
|
|
{
|
|
|
- $param = $this->request->only(['page' => 1, 'size' => 10, 'type' => ''], 'post');
|
|
|
+ $param = $this->request->only(['page' => 1, 'size' => 10], 'post');
|
|
|
return GoodLogic::goodList($param);
|
|
|
}
|
|
|
|