This commit is contained in:
苏尹岚
2020-10-20 09:26:26 +08:00
parent 5f59b7bdd9
commit adf90f21e0
2 changed files with 18 additions and 0 deletions

View File

@@ -59,3 +59,7 @@ func Pay(ctx *jxcontext.Context, orderID, payType int, vendorPayType string) (er
err = payHandler.CreatePay()
return err
}
func Cash(ctx *jxcontext.Context, orderID int) (err error) {
return err
}