feat: Update default public base URL in RequestUrlUtils to include path for H5 resources

This commit is contained in:
2026-07-14 23:07:43 +08:00
parent b5f4920985
commit 646b0a87ba
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class OutdoorFairControllerTest
request.addHeader("Host", "127.0.0.1:9091");
assertEquals(
"http://39.98.44.136:6024/h5/outdoor-fair/company.html?fairId=12&companyId=34",
"http://39.98.44.136:6024/shihezi/h5/outdoor-fair/company.html?fairId=12&companyId=34",
buildCompanyH5Url(request, 12L, 34L));
}