feat: update pay notify
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user