wang hou sheng 9 months ago
parent 6767edff46
commit 81da5b4f82
  1. 2
      app/common/library/wechat/Qrcode.php

@ -39,7 +39,7 @@ class Qrcode extends WxBase
// 构建请求
$data = compact('scene', 'width');
//$data['env_version'] = 'trial';
$data['check_path'] = false;
$data['check_path'] = true;
!is_null($page) && $data['page'] = $page;
// 返回结果
$result = $this->post($url, helper::jsonEncode($data));

Loading…
Cancel
Save