Browse Source

修改路径

zmw 1 month ago
parent
commit
ffb4721d53
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Wechat/Official/Event/SubscribeEvent.php

+ 0 - 1
app/Wechat/Official/Event/SubscribeEvent.php

@@ -24,7 +24,6 @@ class SubscribeEvent implements EventInterface
      */
     public function handle(array $wechatUser, $user, array $payload)
     {
-        file_put_contents('/data/wwwroot/jucai/public/test.log',json_encode($payload));
         if (isset($payload['EventKey']) && Str::contains($payload['EventKey'], 'qrscene_')) {
             $key=str_replace("qrscene_", "", $payload['EventKey']);
             if ($key == 'LoginEvent') {