完善配送点合同附件管理

This commit is contained in:
czl231
2026-08-23 01:08:25 +08:00
parent 4334719051
commit bebf9b52b7
17 changed files with 740 additions and 13 deletions

View File

@@ -47,6 +47,9 @@ func TestDeliveryOrderActionBoundary(t *testing.T) {
"GET /heqi/delivery/v1/wallet_recharge/:identity",
"GET /heqi/delivery/v1/staff_account/:identity/avatar",
"GET /heqi/delivery/v1/user_account/:identity/avatar",
"POST /heqi/delivery/v1/gasorder_contract/attachment/upload",
"POST /heqi/delivery/v1/gasorder_contract/attachment/cleanup",
"GET /heqi/delivery/v1/gasorder_contract/:identity/attachment",
} {
if !routes[required] {
t.Fatalf("missing confirmed delivery action %s", required)