tyc-server/common/kqueue/message.go

9 lines
205 B
Go
Raw Permalink Normal View History

2024-11-03 15:28:10 +08:00
//KqMessage
package kqueue
//第三方支付回调更改支付状态通知
type ThirdPaymentUpdatePayStatusNotifyMessage struct {
PayStatus int64 `json:"payStatus"`
OrderSn string `json:"orderSn"`
}