Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1412fc67be | |||
![]() |
c25a65488e | ||
![]() |
dd74c1b5c6 |
2
go.mod
2
go.mod
@@ -1,3 +1,3 @@
|
|||||||
module gitee.com/shenzhen-jinhuatai-network/common_structure
|
module git.ssgfgtfy.com/public/common_structure
|
||||||
|
|
||||||
go 1.18.0
|
go 1.18.0
|
||||||
|
8
rabbitmq_pay.go
Normal file
8
rabbitmq_pay.go
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package common_structure
|
||||||
|
|
||||||
|
type PayNotify struct {
|
||||||
|
PayID uint `json:"pay_id"` // 支付ID
|
||||||
|
PayNo string `json:"pay_no"` // 支付单号
|
||||||
|
RemainExecNum int `json:"num"` // 剩余执行次数
|
||||||
|
RemainRepeatNum int `json:"repeat_num"` // 剩余重复执行次数
|
||||||
|
}
|
Reference in New Issue
Block a user