pay
This commit is contained in:
13
business/jxstore/financial/pay.go
Normal file
13
business/jxstore/financial/pay.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package financial
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
type PayHandler struct {
|
||||
PayType int `json:"-"` //支付方式
|
||||
}
|
||||
|
||||
type PayHandlerInterface interface {
|
||||
CreatePay(order *model.Order, payType int, vendorPayType string) (err error)
|
||||
}
|
||||
Reference in New Issue
Block a user