cache announce userInfo

This commit is contained in:
xiaomlove
2022-03-19 19:51:23 +08:00
parent 4857b799b8
commit a5ea51de55
9 changed files with 17 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ class Platform
*/
public function handle(Request $request, Closure $next)
{
do_log(nexus_json_encode($_SERVER));
if (empty(CURRENT_PLATFORM)) {
throw new \InvalidArgumentException("Require platform header.");
}