Files
tyc-server-v2/common/kqueue/message.go

9 lines
205 B
Go
Raw Permalink Normal View History

2026-01-22 16:04:12 +08:00
//KqMessage
package kqueue
//第三方支付回调更改支付状态通知
type ThirdPaymentUpdatePayStatusNotifyMessage struct {
PayStatus int64 `json:"payStatus"`
OrderSn string `json:"orderSn"`
}