支付模块
This commit is contained in:
8
constants/pay.go
Normal file
8
constants/pay.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
type PayMethod int64
|
||||
|
||||
const (
|
||||
PAYMETHOD_STRIPE PayMethod = 1
|
||||
PAYMETHOD_PAYPAL PayMethod = 2
|
||||
)
|
||||
Reference in New Issue
Block a user