fix: harden upstream and downstream receipt delivery

This commit is contained in:
hectorzhao
2026-07-25 23:32:13 +08:00
parent 5018167696
commit 54617c927e
18 changed files with 1797 additions and 779 deletions
+1
View File
@@ -108,6 +108,7 @@ type ReceiptEvent struct {
RawStatus string `json:"rawStatus"`
ErrorCode string `json:"errorCode,omitempty"`
DeliveredAt time.Time `json:"deliveredAt"`
ConnectionID string `json:"connectionId,omitempty"`
}
type UplinkEvent struct {