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