fix: close business flow regressions

This commit is contained in:
david
2026-07-31 11:33:28 +08:00
parent 42a2322c8e
commit a47e9025d0
18 changed files with 403 additions and 30 deletions

View File

@@ -43,6 +43,8 @@ func TestDeliveryOrderActionBoundary(t *testing.T) {
"POST /heqi/delivery/v1/gasorder_basic/:identity/assign",
"POST /heqi/delivery/v1/gasorder_basic/:identity/reclaim",
"POST /heqi/delivery/v1/gasorder_basic/:identity/adjust-amount",
"GET /heqi/delivery/v1/wallet_recharge",
"GET /heqi/delivery/v1/wallet_recharge/:identity",
} {
if !routes[required] {
t.Fatalf("missing confirmed delivery action %s", required)