增加 扣除成功
This commit is contained in:
parent
bd6e0338b8
commit
e2d0271519
@ -47,5 +47,7 @@ public function reduce(Request $request, User $user)
|
|||||||
} catch (BalanceNotEnoughException) {
|
} catch (BalanceNotEnoughException) {
|
||||||
return $this->error('余额不足');
|
return $this->error('余额不足');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this->success();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user