hrjy 3 years ago
parent
commit
29961861d9
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/api/controller/user/UserBillController.php

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

@@ -303,7 +303,7 @@ class UserBillController
                         ),
                         ),
                         'text' => array(
                         'text' => array(
                             array(
                             array(
-                                'text' => $user['nickname'],
+                                'text' => '',
                                 'left' => 250,
                                 'left' => 250,
                                 'top' => 840,
                                 'top' => 840,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
@@ -312,12 +312,12 @@ class UserBillController
                                 'angle' => 0,
                                 'angle' => 0,
                             ),
                             ),
                             array(
                             array(
-                                'text' => '邀请您加入' . sys_config('site_name'),
-                                'left' => 250,
-                                'top' => 880,
+                                'text' => '专属邀请二维码',
+                                'left' => 295,
+                                'top' => 860,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件
                                 'fontSize' => 16,             //字号
                                 'fontSize' => 16,             //字号
-                                'fontColor' => '40,40,40',       //字体颜色
+                                'fontColor' => '250,0,0',       //字体颜色
                                 'angle' => 0,
                                 'angle' => 0,
                             )
                             )
                         ),
                         ),