feat: update pay notify

This commit is contained in:
Rogee
2025-04-30 20:54:37 +08:00
parent 67d6f3ec33
commit d6c5a2677c
48 changed files with 444 additions and 161 deletions

View File

@@ -1,7 +1,13 @@
package fields
import (
"quyun/providers/wepay"
)
// swagger:enum OrderStatus
// ENUM( pending, paid, refunding, refunded, cancelled, completed)
type OrderStatus int16
type OrderMeta struct{}
type OrderMeta struct {
PayNotify wepay.PayNotify `json:"pay_notify"`
}