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