1
This commit is contained in:
@@ -348,7 +348,7 @@ func (c *OrderController) GetOrders() {
|
||||
// @Param cities query string false "城市code列表[1,2,3],缺省不限制"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /ExportOrders [get]
|
||||
// @router /ExportOrders [get]
|
||||
func (c *OrderController) ExportOrders() {
|
||||
c.callExportOrders(func(params *tOrderExportOrdersParams) (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = orderman.FixedOrderManager.ExportOrders(params.Ctx, params.FromDate, params.ToDate, params.MapData)
|
||||
|
||||
Reference in New Issue
Block a user