mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 06:40:26 +08:00
update: fix payment verify app_url
This commit is contained in:
parent
c426aabbcf
commit
bb8da6e2c5
@ -42,7 +42,7 @@ class PaymentController extends Controller
|
|||||||
|
|
||||||
public function save(Request $request)
|
public function save(Request $request)
|
||||||
{
|
{
|
||||||
if (!config('v2board.site.app_url')) {
|
if (!config('v2board.app_url')) {
|
||||||
abort(500, '请在站点配置中配置站点地址');
|
abort(500, '请在站点配置中配置站点地址');
|
||||||
}
|
}
|
||||||
if ($request->input('id')) {
|
if ($request->input('id')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user