update: user manage

This commit is contained in:
Tokumeikoi 2020-11-07 18:01:23 +08:00
parent 9345bf7979
commit 59a8429456
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ class OrderController extends Controller
} }
if (!$plan->show && $plan->renew && !$userService->isAvailable($user)) { if (!$plan->show && $plan->renew && !$userService->isAvailable($user)) {
abort(500, '订阅已过期,无法续费该订阅'); abort(500, '订阅已过期,请更换其他订阅');
} }
DB::beginTransaction(); DB::beginTransaction();

File diff suppressed because one or more lines are too long