wesmiler 6 년 전
부모
커밋
fe02ffa56b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

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

@@ -310,6 +310,7 @@ class Stroage extends Model
 
         while(!feof($fp)) {
             $line = fgets($fp,255);
+            echo $line."\n";
             if (preg_match('/\/Count [0-9]+/', $line, $matches)){
                 preg_match('/[0-9]+/',$matches[0], $matches2);
                 if ($max<$matches2[0]) $max=$matches2[0];