Kirin 4 years ago
parent
commit
d99eeb2f0a
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

@@ -318,7 +318,7 @@ class UserBillController
                             array(
                                 'url' => $urlCode,     //二维码资源
                                 'stream' => 0,
-                                'left' => 80,
+                                'left' => 50,
                                 'top' => 820,
                                 'right' => 0,
                                 'bottom' => 0,
@@ -330,8 +330,8 @@ class UserBillController
                         'text' => array(
                             array(
                                 'text' => '邀请码:' . $user['invite_code'],
-                                'left' => 700,
-                                'top' => 1000,
+                                'left' => 60,
+                                'top' => 48,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
                                 'fontSize' => 20,             //字号
                                 'fontColor' => '40,40,40',       //字体颜色