@@ -42,7 +42,7 @@ class Order extends Base
// 根据类型获取标准化的商品列表
if ($type === 'cart') {
// 购物车模式:先转换为商品列表
- $cart_ids = $this->request->post('cart_ids');
+ $cart_ids = $this->request->post('cart_ids/a');
$goods_list = \app\common\Service\OrderService::convertCartToGoodsList($cart_ids, $this->auth->id);
} else {
// 商品规格模式:直接使用商品列表