feat: complete cmpp gateway delivery recovery workflows
This commit is contained in:
@@ -30,6 +30,15 @@
|
||||
"feeCode": "0",
|
||||
"feeType": "01"
|
||||
},
|
||||
"upstream": {
|
||||
"gatewayHost": "127.0.0.1",
|
||||
"gatewayPort": 17890,
|
||||
"account": "cmpp-account-demo",
|
||||
"passwordCipher": "secret-demo",
|
||||
"cmppVersion": "3.0",
|
||||
"desiredConnections": 2,
|
||||
"windowSize": 16
|
||||
},
|
||||
"retry": {
|
||||
"attempt": 0,
|
||||
"maxAttempts": 3
|
||||
|
||||
@@ -8,5 +8,15 @@
|
||||
"sequenceId": 1024,
|
||||
"gatewayMessageId": "gw-msg-20260701-000001",
|
||||
"submitStatus": "accepted",
|
||||
"submittedAt": "2026-07-01T09:00:00.118Z"
|
||||
"submittedAt": "2026-07-01T09:00:00.118Z",
|
||||
"segments": [
|
||||
{
|
||||
"segmentTotal": 1,
|
||||
"segmentIndex": 1,
|
||||
"sequenceId": 1024,
|
||||
"gatewayMessageId": "gw-msg-20260701-000001",
|
||||
"submitStatus": "accepted",
|
||||
"submittedAt": "2026-07-01T09:00:00.118Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user