This commit is contained in:
gaofeng
2026-08-12 14:06:56 +08:00
parent 5334714544
commit 485d86634b
4 changed files with 41 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ customerCenterProxyAssertSame(
$service->endpoint('https://uniuser.jzvisa.com/home/users/userLogin/', 'applicants'),
'The proxy endpoint must accept the trailing slash used by the site configuration'
);
customerCenterProxyAssertSame(
'https://uniuser.jzvisa.com/home/customer_center/orders',
$service->endpoint('https://uniuser.jzvisa.com/home/users/userLogin', 'orders'),
'Unified customer orders must use the customer center endpoint'
);
customerCenterProxyAssertSame(
'',
$service->endpoint('https://example.com/unexpected', 'applications'),