Commit 9688fd29 by lizhilin

更新

parent f04a3114
......@@ -487,7 +487,7 @@ public function scanCodeVerifi(Request $request)
} else {
return $this->JsonResponse('', '该码已核销,无需多次重复扫码', 500);
}
Log::add('核销操作6', $orderObj->toArray());
Log::add('核销操作', $orderObj->toArray());
return $this->JsonResponse('');
}
......@@ -621,7 +621,7 @@ public function CheckoutCartOrder(Request $request)
{
$cartKey = $request->cartKey ?? ''; //商品ID拼接 5_1,6_1
if (!$cartKey) {
return $this->JsonResponse('', '参数错误', 201);
return $this->JsonResponse('', '请选择购物车商品', 500);
}
$gidArr = explode(",", $cartKey);
$user = $request->user();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment