@ -38,8 +38,8 @@ class Qrcode extends WxBase
$url = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token={$accessToken}";
// 构建请求
$data = compact('scene', 'width');
$data['env_version'] = 'trial';
//$data['check_path'] = false;
//$data['env_version'] = 'trial';
$data['check_path'] = false;
!is_null($page) && $data['page'] = $page;
// 返回结果
$result = $this->post($url, helper::jsonEncode($data));
@ -56,7 +56,7 @@ class InviteUser extends BaseQRcode
// 小程序码参数
$scene = "refereeId:" . ($this->userInfo['user_id'] ?: '');
// 下载小程序码
$page = 'pages/index/index';
$page = 'pages/login/index';
$qrcode = $this->getQrcode($storeId, $scene, $page, $this->channel);
// 拼接海报图
return $this->savePoster($backdrop, $qrcode);