|
@@ -295,7 +295,7 @@ class UserBillController
|
|
|
'url' => $urlCode, //二维码资源
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
'stream' => 0,
|
|
|
'left' => 164,
|
|
'left' => 164,
|
|
|
- 'top' => 700,
|
|
|
|
|
|
|
+ 'top' => 800,
|
|
|
'right' => 0,
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
'bottom' => 0,
|
|
|
'width' => 420,
|
|
'width' => 420,
|
|
@@ -307,15 +307,15 @@ class UserBillController
|
|
|
array(
|
|
array(
|
|
|
'text' => $user['nickname'],
|
|
'text' => $user['nickname'],
|
|
|
'left' => 250,
|
|
'left' => 250,
|
|
|
- 'top' => 840,
|
|
|
|
|
|
|
+ 'top' => 640,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
'fontSize' => 16, //字号
|
|
'fontSize' => 16, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
'angle' => 0,
|
|
|
),
|
|
),
|
|
|
array(
|
|
array(
|
|
|
-// 'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
|
|
- 'text' => '',
|
|
|
|
|
|
|
+ 'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
|
|
+// 'text' => '',
|
|
|
'left' => 250,
|
|
'left' => 250,
|
|
|
'top' => 880,
|
|
'top' => 880,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|