Ver Fonte

图片上传

shish há 6 anos atrás
pai
commit
d4cb04aebb
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      app/shop/controllers/PicController.php

+ 0 - 2
app/shop/controllers/PicController.php

@@ -63,8 +63,6 @@ class PicController extends BaseController
 		}
 		$picList = PicService::getByIds($picIdList);
 		$add = [];
-		print_r($picIdList);
-		print_r($picList);
 		foreach ($picList as $picKey => $picVal) {
 			if ($picVal['merchantId'] != $this->merchantId) {
 				util::fail('只能设置自己的图片');