WIN-2308041133\Administrator 4 months ago
parent
commit
17d88b73ea
1 changed files with 6 additions and 5 deletions
  1. 6 5
      app/api/controller/user/UserBillController.php

+ 6 - 5
app/api/controller/user/UserBillController.php

@@ -292,18 +292,19 @@ class UserBillController
                             array(
                             array(
                                 'url' => $urlCode,     //二维码资源
                                 'url' => $urlCode,     //二维码资源
                                 'stream' => 0,
                                 'stream' => 0,
-                                'left' => 154,
-                                'top' => 390,
+                                'left' => 114,
+                                'top' => 590,
                                 'right' => 0,
                                 'right' => 0,
                                 'bottom' => 0,
                                 'bottom' => 0,
-                                'width' => 520,
-                                'height' => 520,
+                                'width' => 420,
+                                'height' => 420,
                                 'opacity' => 100
                                 'opacity' => 100
                             )
                             )
                         ),
                         ),
                         'text' => array(
                         'text' => array(
                             array(
                             array(
-                                'text' => $user['nickname'],
+//                                'text' => $user['nickname'],
+                                'text' => '',
                                 'left' => 250,
                                 'left' => 250,
                                 'top' => 840,
                                 'top' => 840,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件