feat: Update default public base URL in RequestUrlUtils to include path for H5 resources
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user