|
|
@@ -24,7 +24,7 @@ class MainController extends BaseController
|
|
|
$merchant = WxOpenClass::getWxInfo();
|
|
|
$page = 'pagesPurchase/ghsProduct';
|
|
|
$ptStyle = dict::getDict('ptStyle', 'hd');
|
|
|
- //sId = shopId gId = ghsShopAdminId
|
|
|
+ //scene不能超过32个字条,这些进行缩写:sId = shopId gId = ghsShopAdminId
|
|
|
$scene = "sId={$this->shopId}&id=0&gId=" . $this->shopAdminId;
|
|
|
$imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
|
|
|
$url = imgUtil::groupImg($imgUrl);
|