feat: complete cmpp gateway delivery recovery workflows
This commit is contained in:
@@ -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},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user