Merge branch 'master' into dev

This commit is contained in:
yumo 2024-01-17 20:51:28 +08:00
commit ffdb3c7228
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ $response = $http->name('index')->run();
$response->send(); $response->send();
$http->end($response); $http->end($response);