- token for ExportMTWaybills

This commit is contained in:
gazebo
2018-09-30 19:28:59 +08:00
parent 750db7d0e4
commit 07b962c3cc

View File

@@ -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