quguofeng 1 year ago
parent
commit
c64c23562c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/controller/merchant/store/product/Product.php

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

@@ -60,7 +60,6 @@ class Product extends BaseController
      */
     public function detail($id)
     {
-        echo 121;exit();
         if(!$this->repository->merExists($this->request->merId(),$id))
             return app('json')->fail('数据不存在');
         return app('json')->success($this->repository->getAdminOneProduct($id,null));