Kirin 3 年 前
コミット
e52ed4aad0
1 ファイル変更10 行追加1 行削除
  1. 10 1
      app/api/controller/user/UserBillController.php

+ 10 - 1
app/api/controller/user/UserBillController.php

@@ -289,7 +289,16 @@ class UserBillController
                         ),
                         'text' => array(
                             array(
-                                'text' => $user['account'].'邀请您加入响亮商城',
+                                'text' => $user['nickname'],
+                                'left' => 330,
+                                'top' => 1180,
+                                'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
+                                'fontSize' => 20,             //字号
+                                'fontColor' => '0,0,0',       //字体颜色
+                                'angle' => 0,
+                            ),
+                            array(
+                                'text' => '邀请您加入响亮商城',
                                 'left' => 290,
                                 'top' => 1210,
                                 'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件