mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
update
This commit is contained in:
parent
9eefb32a4c
commit
202a21c17a
@ -10,7 +10,7 @@ class CouponController extends Controller
|
||||
{
|
||||
public function check (Request $request) {
|
||||
if (empty($request->input('code'))) {
|
||||
abort(500, '参数错误');
|
||||
abort(500, '优惠券码不能为空');
|
||||
}
|
||||
$coupon = Coupon::where('code', $request->input('code'))->first();
|
||||
if (!$coupon) {
|
||||
|
Loading…
Reference in New Issue
Block a user