|
@@ -1494,7 +1494,7 @@ class ApproveInfoService
|
|
|
$pdf = new \TCPDF();
|
|
|
$pdf = self::setPdfAttr($pdf);
|
|
|
self::exportPdf($pdf,$html,$realpath);
|
|
|
- return ['url' => $realpath, 'fullurl' => 'http://'.$_SERVER['HTTP_HOST'].$realpath];
|
|
|
+ return ['url' => $realpath, 'fullurl' => 'https://'.$_SERVER['HTTP_HOST'].$realpath];
|
|
|
}
|
|
|
|
|
|
// 获取html
|