- order/GetOrders new param:orderID

This commit is contained in:
gazebo
2019-01-28 15:05:48 +08:00
parent 3787eabfc3
commit a7167de7bf
2 changed files with 64 additions and 59 deletions

View File

@@ -200,6 +200,7 @@ func (c *OrderController) ExportMTWaybills() {
// @Title 查询订单
// @Description 查询订单
// @Param token header string true "认证token"
// @Param orderID query string false "订单号,如果此项不为空,忽略其它所有查询条件"
// @Param keyword query string false "查询关键字"
// @Param fromDate query string true "开始日期包含格式2006-01-02"
// @Param toDate query string false "结束日期包含格式2006-01-02"