- correct orderType for GetOrderStatusList
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user