shish 3 lat temu
rodzic
commit
abbee6d7c4
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      app-hd/controllers/MainController.php

+ 3 - 4
app-hd/controllers/MainController.php

@@ -41,10 +41,6 @@ class MainController extends BaseController
         $flowerPage = 'pages/item/item';
         $flowerPage = 'pages/item/item';
         $flowerImgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $flowerPage, $scene, $ptStyle);
         $flowerImgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $flowerPage, $scene, $ptStyle);
 
 
-        $r = miniUtil::sendSubscribe($merchant, $ptStyle);
-        print_r($r);
-        die;
-
         $prefix = imgUtil::getPrefix();
         $prefix = imgUtil::getPrefix();
         $titleBase64 = stringUtil::ossBase64('扫码买花');
         $titleBase64 = stringUtil::ossBase64('扫码买花');
 
 
@@ -82,6 +78,9 @@ class MainController extends BaseController
         $ljh = $apiHost . $imgUrl;
         $ljh = $apiHost . $imgUrl;
         $respond['ljhUrl'] = $ljh;
         $respond['ljhUrl'] = $ljh;
 
 
+        $r = miniUtil::sendSubscribe($merchant, $ptStyle);
+        print_r($r);die;
+
         util::success($respond);
         util::success($respond);
     }
     }