Browse Source

优化

undefined
v-Brocloni 4 years ago
parent
commit
e451dd8324
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      addons/unishop/controller/Order.php

+ 1
- 0
addons/unishop/controller/Order.php View File

@@ -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;//生成图片大小



Loading…
Cancel
Save