WIN-2308041133\Administrator 3 weeks ago
parent
commit
07d761c65f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/api/controller/user/UserBillController.php

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

@@ -307,9 +307,9 @@ class UserBillController
                             array(
                                 'text' => $user['nickname'],
                                 'left' => 250,
-                                'top' => 640,
+                                'top' => 650,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
-                                'fontSize' => 16,             //字号
+                                'fontSize' => 20,             //字号
                                 'fontColor' => '40,40,40',       //字体颜色
                                 'angle' => 0,
                             ),
@@ -317,9 +317,9 @@ class UserBillController
                                 'text' => '邀请您加入' . sys_config('site_name'),
 //                                'text' => '',
                                 'left' => 250,
-                                'top' => 880,
+                                'top' => 750,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件
-                                'fontSize' => 16,             //字号
+                                'fontSize' => 20,             //字号
                                 'fontColor' => '40,40,40',       //字体颜色
                                 'angle' => 0,
                             )