|
|
@@ -172,7 +172,7 @@ class ShopClass extends BaseClass
|
|
|
//生成收款码 ssh 2020.3.9
|
|
|
public static function generateGatheringCode($sjId, $shopId)
|
|
|
{
|
|
|
- $url = Yii::$app->params['mallDomain'] . "/#/pages/pay/index?account={$sjId}&shopId=" . $shopId;
|
|
|
+ $url = Yii::$app->params['mallDomain'] . "/#/pages/pay/index?account=" . $shopId;
|
|
|
//强制转成https
|
|
|
$url = httpUtil::becomeHttps($url);
|
|
|
$gatheringCode = qrCodeUtil::generateGatheringQrCode($url, $sjId, $shopId, '', 10);
|