qnc-server-tob/common/kqueue/message.go

9 lines
205 B
Go
Raw Permalink Normal View History

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