Kirin 4 years ago
parent
commit
8f81063eb7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/api/controller/user/UserBillController.php

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

@@ -330,10 +330,10 @@ class UserBillController
                         'text' => array(
                         'text' => array(
                             array(
                             array(
                                 'text' => '邀请码:' . $user['invite_code'],
                                 'text' => '邀请码:' . $user['invite_code'],
-                                'left' => 450,
-                                'top' => 900,
+                                'left' => 400,
+                                'top' => 910,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
-                                'fontSize' => 20,             //字号
+                                'fontSize' => 25,             //字号
                                 'fontColor' => '40,40,40',       //字体颜色
                                 'fontColor' => '40,40,40',       //字体颜色
                                 'angle' => 0,
                                 'angle' => 0,
                             ),
                             ),