|
|
|
@ -96,7 +96,7 @@ class OrderOnlineController extends BaseController |
|
|
|
'distribution_price' => 0 |
|
|
|
]; |
|
|
|
//返回预约送达时间 数组
|
|
|
|
$res['appointment_time'] = $this->appointmentTimeService->do($shopcartIds); |
|
|
|
$res['appointment_time'] = $this->appointmentTimeService->do(); |
|
|
|
|
|
|
|
$res['store_list'] = $this->shopCartService->getGoodsByShopcartId($shopcartIds); |
|
|
|
//获取用户优惠券
|
|
|
|
|