This commit is contained in:
suyl
2021-06-09 18:34:24 +08:00
parent 1bce2e36af
commit 624182a528

View File

@@ -40,7 +40,7 @@ func (c *JxOrderController) CreateOrder() {
// @Title 请求支付京西商城订单 // @Title 请求支付京西商城订单
// @Description 请求支付京西商城订单 // @Description 请求支付京西商城订单
// @Param token header string true "认证token" // @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 vendorOrderID formData string true "订单ID"
// @Param payType formData int true "支付类型" // @Param payType formData int true "支付类型"
// @Param vendorPayType formData string true "平台支付类型" // @Param vendorPayType formData string true "平台支付类型"