From 07b962c3cc848b9db7db3091518f30b039784edd Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 30 Sep 2018 19:28:59 +0800 Subject: [PATCH] - token for ExportMTWaybills --- controllers/jx_order.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/controllers/jx_order.go b/controllers/jx_order.go index 9b366c8be..856adea39 100644 --- a/controllers/jx_order.go +++ b/controllers/jx_order.go @@ -175,10 +175,9 @@ func (c *OrderController) GetOrderWaybillInfo() { }) } -// @Param token header string true "认证token" - // @Title 导出美团运单 -// @Description 导出美团运单 +// @Description 导出美团运单(excel文件),注意时间跨度不要太长,最多只能是一个月 +// @Param token header string true "认证token" // @Param fromDate query string true "开始日期(包含),格式(2006-01-02)" // @Param toDate query string false "结束日期(包含),格式(2006-01-02)" // @Success 200 {object} controllers.CallResult