liuzejian преди 2 години
родител
ревизия
3ca12586df
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      modules/Channel/Http/Controllers/WechatOpenPlatformController.php

+ 1 - 1
modules/Channel/Http/Controllers/WechatOpenPlatformController.php

@@ -77,7 +77,7 @@ class WechatOpenPlatformController extends CatchController
             myLog('authorCommand')->info('handleAuthorized', ['message' => $message]);
             return $next($message);
         });
-
+        myLog('authorCommand')->info('end00000');
 
         return $server->serve();
     }