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