WIN-2308041133\Administrator 1 周之前
父節點
當前提交
443de44ffd
共有 1 個文件被更改,包括 14 次插入3 次删除
  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
                             )
                         ),