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 "平台支付类型"