wesmiler 6 лет назад
Родитель
Сommit
153a317bca
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      vendor/thinkcmf/cmf-app/src/weixin/controller/TestController.php

+ 1 - 1
vendor/thinkcmf/cmf-app/src/weixin/controller/TestController.php

@@ -17,7 +17,7 @@ use cmf\lib\Storage;
 class TestController extends HomeBaseController
 {
     public function index(){
-        $file = "files/print/20200310/122c1f244735215998bd071220e7ef46.docx";
+        $file = "files/print/20200310/2f80ca51523f38ae02cd5ffc789de344.docx";
 
         $file = Stroage::convertFile($file,'doc');
         echo $file;