feat(M08-A): 接入顾客端续费换房分享

This commit is contained in:
Codex
2026-06-25 11:34:23 +08:00
parent a4e13d911e
commit 874b9b8e29
7 changed files with 337 additions and 5 deletions
+4 -1
View File
@@ -51,7 +51,10 @@ for (const route of [
'/history',
'/cancellation-quote',
'/cancel',
'/open-door'
'/open-door',
'/renew',
'/change-room',
'/shares'
]) {
assert.match(orders, new RegExp(route.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}