zmw il y a 1 mois
Parent
commit
ffb4721d53
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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') {