|
|
@@ -331,7 +331,7 @@ class UserBillController
|
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
|
'left' => 550,
|
|
|
- 'top' => 1060,
|
|
|
+ 'top' => 1066,
|
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
|
'width' => 130,
|
|
|
@@ -342,10 +342,10 @@ class UserBillController
|
|
|
'text' => array(
|
|
|
array(
|
|
|
'text' => '邀请码:' . $user['invite_code'],
|
|
|
- 'left' => 360,
|
|
|
- 'top' => 910,
|
|
|
+ 'left' => 550,
|
|
|
+ 'top' => 1200,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 22, //字号
|
|
|
+ 'fontSize' => 12, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
),
|