mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 03:32:48 +00:00
Update qrcode.php
This commit is contained in:
parent
384e793c7e
commit
0a1e64f679
@ -115,7 +115,7 @@ if (!defined('QRCODEDEFS')) {
|
|||||||
/**
|
/**
|
||||||
* Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
|
* Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
|
||||||
*/
|
*/
|
||||||
if (!defined('QR_MODE_AN'))
|
if (!defined('QR_MODE_AN')) {
|
||||||
define('QR_MODE_AN', 1);
|
define('QR_MODE_AN', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user