songxingwei 3 năm trước cách đây
mục cha
commit
c8158dec1f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      application/api/controller/Index.php

+ 0 - 1
application/api/controller/Index.php

@@ -159,7 +159,6 @@ class Index extends Api
 
 
         \PhpOffice\PhpWord\Settings::setZipClass(\PhpOffice\PhpWord\Settings::PCLZIP);
-       // $tmp = new TemplateProcessor("20210709174526ccccccccc.docx");
         $tmp=new \PhpOffice\PhpWord\TemplateProcessor('20210709174526ccccccccc.docx');//打开模板
         $tmp->setValue('username',utf8_decode('李四'));//替换变量
         $tmp->saveAs($_SERVER['DOCUMENT_ROOT']."/upload/123.docx");