超薄框架-url参数中的电子邮件

时间:2018-12-26 12:40:05

标签: slim

我有此代码:

$app->group('/api', function(\Slim\App $app) {
    $app->get('/user/{email}', \App\Server\Controller\UserController::class . ':get');
});

当我将此网址称为/api/user/name@domain.com时,响应为404。问题出在 .com 。没有这个,响应是200 OK。如何添加电子邮件地址到URL?感谢您的建议

enter image description here

0 个答案:

没有答案