|
|
@ -21,9 +21,9 @@ class OrderPrintController extends AbstractApiController {
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @api GET 搜索订单列表
|
|
|
|
* @api GET 搜索订单列表
|
|
|
|
* @param string orderPrintTab * tab标签(见字典orderPrintTab)
|
|
|
|
* @param string orderPrintTab * tab标签(见字典orderPrintTab:all/wait_send/has_send/finish/cancel/isolation/risk)
|
|
|
|
* @param int[] authMallIds 授权店铺ID数组
|
|
|
|
* @param int[] authMallIds 授权店铺ID数组
|
|
|
|
* @param string searchTimeType 搜索时间类型:orderStartTime下单时间,confirmTime成团时间
|
|
|
|
* @param string searchTimeType 搜索时间类型:orderStartTime下单时间,confirmTime成团时间,orderPrintTime打印时间
|
|
|
|
* @param string orderStartTime 起始时间
|
|
|
|
* @param string orderStartTime 起始时间
|
|
|
|
* @param string orderEndTime 结束时间
|
|
|
|
* @param string orderEndTime 结束时间
|
|
|
|
* @param string goodsSearchType 商品搜索类型(goodsInclude/goodsExclude/warehouseAndShelves/goodsShort)
|
|
|
|
* @param string goodsSearchType 商品搜索类型(goodsInclude/goodsExclude/warehouseAndShelves/goodsShort)
|
|
|
|