From b19661e261293abf3ab0897546e2439b8cc16e82 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 12 Nov 2018 13:42:05 +0800 Subject: [PATCH] - correct orderType for GetOrderStatusList --- controllers/jx_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 626d96cab..8cba9f898 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -245,7 +245,7 @@ func (c *OrderController) GetWaybills() { // @Param token header string true "认证token" // @Param vendorOrderID query string true "订单/运单ID" // @Param vendorID query int true "订单/运单所属厂商ID)" -// @Param orderType query int true "订单:0;运单:1;订单+运单:-1" +// @Param orderType query int true "订单:1;运单:2;订单+运单:-1" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult // @router /GetOrderStatusList [get]