shish 3 年之前
父節點
當前提交
d2ef068fd7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app-pt/controllers/LjhController.php

+ 2 - 1
app-pt/controllers/LjhController.php

@@ -59,7 +59,8 @@ class LjhController extends BaseController
         $scene = "";
         $imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
         $apiHost = Yii::$app->params['hdImgHost'];
-        $url = $apiHost . $imgUrl;
+        $url = $apiHost .$imgUrl;
+        echo $apiHost.' '.$url;
         echo "<img src='" . $url . "' />";
     }