|
@@ -81,7 +81,9 @@ class Qrcode extends Base
|
|
|
$data->getFormat();
|
|
|
$data->getType();*/
|
|
|
}
|
|
|
- $this->error("未识别到二维码");
|
|
|
+ $this->error("未识别到二维码",999,[
|
|
|
+ "text" => "",
|
|
|
+ ]);
|
|
|
/* $qrcodeReader = new QrReader($url);
|
|
|
$qrcodeText = $qrcodeReader->text();
|
|
|
$this->success(["text" => $qrcodeText]);*/
|