@@ -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('只能设置自己的图片');