shizhongqi 11 mēneši atpakaļ
vecāks
revīzija
44c85527eb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app-hd/controllers/RechargeController.php

+ 1 - 1
app-hd/controllers/RechargeController.php

@@ -109,7 +109,7 @@ class RechargeController extends BaseController
                 }
                 if ($giveText !== '') {
                     $giveBase64 = stringUtil::ossBase64($giveText);
-					$textProcess .= '/watermark,text_' . $giveBase64 . ',g_nw,x_' . $pos['give']['x'] . ',y_' . $pos['give']['y'] . ',size_' . $fontSize . ',color_FFD100,type_' . stringUtil::ossBase64('fangzhengheiti');
+					$textProcess .= '/watermark,text_' . $giveBase64 . ',g_nw,x_' . $pos['give']['x'] . ',y_' . $pos['give']['y'] . ',size_' . $fontSize . ',color_8B0000,type_' . stringUtil::ossBase64('fangzhengheiti');
                 }
             }
 			$posterProcess .= $textProcess;