shish 3 years ago
parent
commit
aa9244b151
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app-hd/controllers/MtController.php

+ 2 - 0
app-hd/controllers/MtController.php

@@ -275,6 +275,8 @@ class MtController extends PublicController
             $shopImg = [];
             $cover = '';
             $imgArr = explode(',', $imgString);
+            print_r($imgArr);
+            die;
             if (!empty($imgArr)) {
                 foreach ($imgArr as $imgUrl) {
                     $shortUrl = httpUtil::downloadRemoteImg($sjId, $shopId, $imgUrl);