1.提交缺失的东西
This commit is contained in:
@ -101,7 +101,8 @@ class GoodsController extends BaseAdminController
|
||||
public function detail()
|
||||
{
|
||||
$params = (new GoodsValidate())->goCheck('detail');
|
||||
$result = GoodsLogic::detail($params);
|
||||
// $result = GoodsLogic::detail($params);
|
||||
$result = GoodsLogic::info($params['id']);
|
||||
return $this->data($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user