测试支付

This commit is contained in:
苏尹岚
2020-09-17 15:07:03 +08:00
parent a6a80a1ac5
commit 03df7972ce

View File

@@ -59,6 +59,7 @@ func (c *JxOrderController) Pay4Order() {
// @router /Pay4User [post]
func (c *JxOrderController) Pay4User() {
c.callPay4User(func(params *tJxorderPay4UserParams) (retVal interface{}, errCode string, err error) {
retVal, err = localjx.Pay4User(params.Ctx, params.ThingID, params.PayType, params.VendorPayType)
return retVal, "", err
})
}