From e36e6faf9b4ecb88ffbddc99056325653082e0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 6 Jun 2022 11:45:45 +0800 Subject: [PATCH] 1 --- controllers/jx_order2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/jx_order2.go b/controllers/jx_order2.go index 1a221aa6d..f1c27be8b 100644 --- a/controllers/jx_order2.go +++ b/controllers/jx_order2.go @@ -46,7 +46,7 @@ func (c *JxOrderController) CreateOrder() { // @Param vendorPayType formData string true "平台支付类型" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult -// @router / [post] +// @router /Pay4Order [post] func (c *JxOrderController) Pay4Order() { c.callPay4Order(func(params *tJxorderPay4OrderParams) (retVal interface{}, errCode string, err error) { retVal, err = localjx.Pay4Order(params.Ctx, utils.Str2Int64(params.VendorOrderID), params.PayType, params.VendorPayType, params.SubAppID)