WIN-2308041133\Administrator 1 month ago
parent
commit
586905a621
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

@@ -303,8 +303,8 @@ class UserBillController
                         ),
                         'text' => array(
                             array(
-//                                'text' => $user['nickname'],
-                                'text' => '',
+                                'text' => $user['nickname'],
+//                                'text' => '',
                                 'left' => 250,
                                 'top' => 840,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
@@ -313,8 +313,8 @@ class UserBillController
                                 'angle' => 0,
                             ),
                             array(
-//                                'text' => '邀请您加入' . sys_config('site_name'),
-                                'text' => '',
+                                'text' => '邀请您加入' . sys_config('site_name'),
+//                                'text' => '',
                                 'left' => 250,
                                 'top' => 880,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件