Routing
get_client_buid
Matched route
Route Parameters
Name | Value |
---|---|
h | "732" |
w | "412" |
Route Matching Logs
Path to match:
/personal/get-client-buid/412/732
# | Route name | Path | Log |
---|---|---|---|
1 | order_api_subm | /order-api/subm | Path does not match |
2 | order_api_weight | /order-api/get-weight/{cid_counts} | Path does not match |
3 | order_api_volume | /order-api/get-volume/{cid_counts} | Path does not match |
4 | order_api_transp | /order-api/get-transp/{zone}/{cid_counts} | Path does not match |
5 | order_api_pvz | /order-api/get-pvz/{pvz}/{cid_counts} | Path does not match |
6 | order_api_city | /order-api/get-city/{city}/{cid_counts} | Path does not match |
7 | get_client_buid | /personal/get-client-buid/{w}/{h} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.