5.0.0 - 严重 - 未处理
public function index(Request $request)
{
$data = $request->param();
$image = \think\Image::open('./img.png');
$color = "#500161";
$huhao = rand(9100000000, 9980000000);
$image->text($huhao, getcwd() . '/song.ttf', 30, '#800500', array(812, 368))
->text('1',getcwd().'/song.ttf',30,'#850000',array(812,328))
$image->save('text_image.png');
echo "<img src='/text_image.png' />";
// return $this->fetch();
}