mirror of
https://github.com/v2board/v2board.git
synced 2025-06-27 04:39:56 +08:00
update
This commit is contained in:
@ -60,7 +60,7 @@ class OrderController extends Controller
|
||||
}
|
||||
|
||||
if (!$plan->show && !$plan->renew) {
|
||||
abort(500, '该订阅无法续费');
|
||||
abort(500, '该订阅无法续费,请更换其他订阅');
|
||||
}
|
||||
|
||||
$order = new Order();
|
||||
|
Reference in New Issue
Block a user