This commit is contained in:
suyl
2021-07-23 16:24:36 +08:00
parent 0e872d6157
commit 97dbb36a4c

View File

@@ -162,6 +162,9 @@ func PayTLCallback(call *tonglianpayapi.CallBackResult) (err error) {
}
func OnPayFinished(order *model.PayOrder) (err error) {
var (
db = globals.GetDB()
)
err = payFinishedFunc[order.OrderType](db, order)
return err
}