feat: complete cmpp gateway delivery recovery workflows

This commit is contained in:
hectorzhao
2026-07-08 16:30:06 +08:00
parent cc628d0214
commit 8144f08652
60 changed files with 8901 additions and 94 deletions
+7
View File
@@ -134,6 +134,13 @@ func NewSubmitCommand(index int) queue.SubmitCommand {
FeeCode: "0",
FeeType: "01",
},
Upstream: queue.UpstreamConfig{
GatewayHost: "127.0.0.1",
GatewayPort: 17890,
Account: "cmpp-account-spike",
PasswordCipher: "secret-spike",
CMPPVersion: "3.0",
},
Retry: queue.Retry{Attempt: 0, MaxAttempts: 3},
}
}