6
0
Fork 0

调整打款凭证可以不传

release
vine_liutk 2022-02-10 13:40:45 +08:00
parent 578c09b1d3
commit 3cd5260ad7
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class OrderController extends Controller
}
$input = $request->validate([
'pay_image' => ['bail', 'required', 'string'],
'pay_image' => ['bail', 'string'],
]);
$orderService->payOrder($order, $input['pay_image']);
return response()->noContent();