Browse Source

下单

master
Lemon 5 years ago
parent
commit
0f32ea803e
  1. 2
      app/Controller/v3/OrderOnlineController.php

2
app/Controller/v3/OrderOnlineController.php

@ -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);
//获取用户优惠券

Loading…
Cancel
Save