accountbalacne

This commit is contained in:
苏尹岚
2020-10-20 10:34:35 +08:00
parent adf90f21e0
commit ac20216437
9 changed files with 33 additions and 109 deletions

View File

@@ -20,6 +20,7 @@ type PayHandler struct {
type PayHandlerInterface interface {
CreatePay() (err error)
CreateRefund() (err error)
}
func OnPayFinished(order *model.Order) (err error) {