@@ -293,11 +293,22 @@ class UserBillController
'url' => $urlCode, //二维码资源
'stream' => 0,
'left' => 164,
- 'top' => 700,
+ 'top' => 800,
'right' => 0,
'bottom' => 0,
- 'width' => 420,
- 'height' => 420,
+ 'width' => 380,
+ 'height' => 380,
+ 'opacity' => 100
+ ),
+ array(
+ 'url' => $user['avatar'], //头像资源
+ 'stream' => 50,
+ 'left' => 164,
+ 'top' => 500,
+ 'right' => 0,
+ 'bottom' => 0,
+ 'width' => 180,
+ 'height' => 180,
'opacity' => 100
)
),