- correct orderType for GetOrderStatusList

This commit is contained in:
gazebo
2018-11-12 13:42:05 +08:00
parent d436bc9153
commit b19661e261

View File

@@ -245,7 +245,7 @@ func (c *OrderController) GetWaybills() {
// @Param token header string true "认证token" // @Param token header string true "认证token"
// @Param vendorOrderID query string true "订单/运单ID" // @Param vendorOrderID query string true "订单/运单ID"
// @Param vendorID query int 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 // @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult
// @router /GetOrderStatusList [get] // @router /GetOrderStatusList [get]