WIN-2308041133\Administrator 6 months ago
parent
commit
5fc127bb09
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/controller/merchant/store/product/Product.php

+ 0 - 3
app/controller/merchant/store/product/Product.php

@@ -152,9 +152,6 @@ class Product extends BaseController
         // 获取参数
         $params = $this->request->params($this->repository::CREATE_PARAMS);
         $data = $this->repository->checkParams($params, $this->request->merId(), $id);
-        var_dump($params);
-        var_dump(87897946165161);
-        var_dump($data);die();
         // 判断商品是否存在
         if (!$this->repository->merExists($this->request->merId(), $id))
             return app('json')->fail('数据不存在');