|
|
@@ -293,7 +293,7 @@ class UserBillController
|
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
|
'left' => 164,
|
|
|
- 'top' => 570,
|
|
|
+ 'top' => 700,
|
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
|
'width' => 420,
|
|
|
@@ -306,19 +306,19 @@ class UserBillController
|
|
|
'text' => $user['nickname'],
|
|
|
// 'text' => '',
|
|
|
'left' => 125,
|
|
|
- 'top' => 500,
|
|
|
+ 'top' => 600,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 60, //字号
|
|
|
+ 'fontSize' => 50, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
),
|
|
|
array(
|
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
// 'text' => '',
|
|
|
- 'left' => 125,
|
|
|
+ 'left' => 100,
|
|
|
'top' => 680,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], // 加粗字体
|
|
|
- 'fontSize' => 50, //字号
|
|
|
+ 'fontSize' => 40, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
)
|