Browse Source

no message

kuaifan 5 years ago
parent
commit
938ca325c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Module/Umeng.php

+ 1 - 1
app/Module/Umeng.php

@@ -104,7 +104,7 @@ class Umeng
                     'url' => $url,
                     'method' => $method,
                     'body' => $body,
-                ]) . "\n");
+                ]) . "\n", FILE_APPEND);
             return Base::retError('error', $array['data']);
         }
     }