songxingwei 3 سال پیش
والد
کامیت
c8158dec1f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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");