|
|
@ -57,7 +57,7 @@ class InviteUser extends BaseQRcode |
|
|
|
$scene = "refereeId:" . ($this->userInfo['user_id'] ?: ''); |
|
|
|
$scene = "refereeId:" . ($this->userInfo['user_id'] ?: ''); |
|
|
|
// 下载小程序码 |
|
|
|
// 下载小程序码 |
|
|
|
$page = 'pages/login/index'; |
|
|
|
$page = 'pages/login/index'; |
|
|
|
$qrcode = $this->getQrcode($storeId, $scene, null, $this->channel); |
|
|
|
$qrcode = $this->getQrcode($storeId, $scene, $page, $this->channel); |
|
|
|
// 拼接海报图 |
|
|
|
// 拼接海报图 |
|
|
|
return $this->savePoster($backdrop, $qrcode); |
|
|
|
return $this->savePoster($backdrop, $qrcode); |
|
|
|
} |
|
|
|
} |
|
|
|