|
|
@@ -64,7 +64,7 @@ class MainController extends BaseController
|
|
|
//scene不能超过32个字条,这些进行缩写:sId = shopId gId = ghsShopAdminId
|
|
|
$scene = "sId={$this->shopId}&id=0&gId=" . $this->shopAdminId;
|
|
|
$imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
|
|
|
- $titleBase64 = stringUtil::ossBase64('花店买花');
|
|
|
+ $titleBase64 = stringUtil::ossBase64('扫码买花');
|
|
|
$prefix = imgUtil::getPrefix();
|
|
|
$url = $prefix . 'shop/miniCodeBg.jpg?x-oss-process=image';
|
|
|
$goodsMiniCodeBase64 = stringUtil::ossBase64($imgUrl);
|