wanghousheng 9 months ago
parent 5dd2fdc3a8
commit 786be2e8b3
  1. 4
      app/common/library/wechat/Qrcode.php
  2. 2
      app/common/service/qrcode/InviteUser.php

@ -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);

Loading…
Cancel
Save