Routing
game_pre_activity_rule
Matched route
Route Parameters
| Name | Value |
|---|---|
| language | "zh_MO" |
Route Matching Logs
Path to match:
/zh_MO/game/termscondition
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_friend_help | /admin/friend-help | Path does not match |
| 2 | admin_mission_progress | /admin/mission-progress | Path does not match |
| 3 | admin_password_reset | /admin/password/reset | Path does not match |
| 4 | admin_report | /admin/report/ | Path does not match |
| 5 | admin_report_export | /admin/report/export | Path does not match |
| 6 | admin_login | /admin/login | Path does not match |
| 7 | admin_logout | /admin/logout | Path does not match |
| 8 | admin_upload_index | /admin/upload | Path does not match |
| 9 | admin_download_template | /admin/download-template/{type} | Path does not match |
| 10 | admin_upload | /admin/upload/{type} | Path does not match |
| 11 | api_get_user | /{language}/game/api/getUser | Path does not match |
| 12 | api_get_current_month_mission | /{language}/game/api/getCurrentMonthMission | Path does not match |
| 13 | api_get_mission_status | /{language}/game/api/getMissionStatus | Path does not match |
| 14 | api_resign_mission | /{language}/game/api/reSignMission | Path does not match |
| 15 | api_month_mind | /{language}/game/api/monthMind | Path does not match |
| 16 | game_pre_activity_rule | /{language}/game/termscondition | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.