feat(M08-A): 接入顾客端订单开门

This commit is contained in:
Codex
2026-06-24 22:39:15 +08:00
parent d2c73a2c28
commit eaa86547c2
7 changed files with 161 additions and 2 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ for (const route of [
'/orders/${encodeURIComponent',
'/history',
'/cancellation-quote',
'/cancel'
'/cancel',
'/open-door'
]) {
assert.match(orders, new RegExp(route.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}