diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index f63651c7..92279ba4 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -585,6 +585,9 @@ class Server } return $result; } + } else { + dump('2222'); + exit(); } return []; }