zmw 1 mesiac pred
rodič
commit
ffb4721d53

+ 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') {