wesmiler 6 лет назад
Родитель
Сommit
e90aeacf8c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

+ 2 - 0
vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

@@ -246,6 +246,8 @@ class Stroage extends Model
 
 
         // 获取页数文件内容
         // 获取页数文件内容
         $pageFile = Stroage::getZipPageFile($zipFile);
         $pageFile = Stroage::getZipPageFile($zipFile);
+
+        var_dump($pageFile);
         if(!is_file($pageFile)){
         if(!is_file($pageFile)){
             return 0;
             return 0;
         }
         }