Routing
homepage
Matched route
34
Tested routes before match
Route Parameters
Name | Value |
---|---|
_h5 | true |
_permission | [] |
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_purge | /_profiler/purge | Path does not match |
6 | _profiler_info | /_profiler/info/{about} | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
14 | endroid_qrcode | /qrcode/{text}/{extension} | Path does not match |
15 | api_entrypoint_start | /api/{res1} | Path does not match |
16 | api_entrypoint_start_1 | /api/{res1}/{slug1} | Path does not match |
17 | api_entrypoint_start_2 | /api/{res1}/{slug1}/{res2} | Path does not match |
18 | api_entrypoint_start_3 | /api/{res1}/{slug1}/{res2}/{slug2} | Path does not match |
19 | api_entrypoint_start_4 | /api/{res1}/{slug1}/{res2}/{slug2}/{res3} | Path does not match |
20 | api_entrypoint_start_5 | /api/{res1}/{slug1}/{res2}/{slug2}/{res3}/{slug3} | Path does not match |
21 | api_entrypoint_start_6 | /api/{res1}/{slug1}/{res2}/{slug2}/{res3}/{slug3}/{res4} | Path does not match |
22 | api_entrypoint_start_7 | /api/{res1}/{slug1}/{res2}/{slug2}/{res3}/{slug3}/{res4}/{slug4} | Path does not match |
23 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
24 | mapi_order_submit_pay_request | /mapi_v2/order/{id}/submit_pay_request | Path does not match |
25 | mapi_mobile_teacher_app | /mapi_v2/teacherApp | Path does not match |
26 | topxia_mobile_alipay_notify | /mapi_v2/pay/{name}/alipay_notify | Path does not match |
27 | topxia_mobile_alipay_pay | /mapi_v2/alipay_pay | Path does not match |
28 | topxia_mobile_alipay_merchant | /mapi_v2/pay/{name}/alipay_merchant | Path does not match |
29 | topxia_mobile_alipay_callback | /mapi_v2/pay/{name}/alipay_callback | Path does not match |
30 | mapi_mobile_esmobile_app | /mapi_v2/mobile/main | Path does not match |
31 | mapi_mobile_esmobile_app_version | /mapi_v2/mobile/main/version | Path does not match |
32 | mapi_mobile_esmobile_app_resource | /mapi_v2/mobile/{code}/resource | Path does not match |
33 | mapi_mobile_api | /mapi_v2/{service}/{method} | Path does not match |
34 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.