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

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

@@ -153,6 +153,7 @@ 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))