From 45e17d49356c4a10923aa3a5f8fa24a9eda932ac Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 7 May 2019 13:37:08 +0800 Subject: [PATCH] =?UTF-8?q?-=20CancelWaybill=E5=8F=82=E6=95=B0=E8=A7=A3?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/jx_order.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/jx_order.go b/controllers/jx_order.go index e4f155f6d..6352c676d 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -134,8 +134,8 @@ func (c *OrderController) CancelAll3rdWaybills() { // @Title 取消三方运单 // @Description 取消三方运单 // @Param token header string true "认证token" -// @Param vendorWaybillID formData string true "订单ID" -// @Param waybillVendorID formData int true "订单所属的厂商ID" +// @Param vendorWaybillID formData string true "运单ID" +// @Param waybillVendorID formData int true "运单所属的厂商ID" // @Param reasonID formData int false "原因ID" // @Param reason formData string false "取消原因" // @Success 200 {object} controllers.CallResult