|
|
@@ -698,6 +698,7 @@ class Order extends Base |
|
|
|
{ |
|
|
|
include ROOT_PATH . '/addons/unishop/library/phpqrcode/phpqrcode.php'; |
|
|
|
$value = $this->request->request('url');//二维码内容 |
|
|
|
$value = str_replace("&","&",$value); |
|
|
|
$errorCorrectionLevel = 'H';//容错级别 |
|
|
|
$matrixPointSize = 6;//生成图片大小 |
|
|
|
|
|
|
|