From 624182a528c5d7c4122fcc6e9e2bb7621599c972 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 9 Jun 2021 18:34:24 +0800 Subject: [PATCH] aa --- 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 16e221e3b..4c776d59c 100644 --- a/controllers/jx_order2.go +++ b/controllers/jx_order2.go @@ -40,7 +40,7 @@ func (c *JxOrderController) CreateOrder() { // @Title 请求支付京西商城订单 // @Description 请求支付京西商城订单 // @Param token header string true "认证token" -// @Param subAppID formData string true "appID" +// @Param subAppID formData string false "appID" // @Param vendorOrderID formData string true "订单ID" // @Param payType formData int true "支付类型" // @Param vendorPayType formData string true "平台支付类型"