WIN-2308041133\Administrator 4 tuần trước cách đây
mục cha
commit
443de44ffd
1 tập tin đã thay đổi với 14 bổ sung3 xóa
  1. 14 3
      app/api/controller/user/UserBillController.php

+ 14 - 3
app/api/controller/user/UserBillController.php

@@ -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
                             )
                         ),