mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: withdraw close
This commit is contained in:
parent
77f6b3f289
commit
2ba924e578
@ -12,8 +12,8 @@ class CommController extends Controller
|
|||||||
{
|
{
|
||||||
return response([
|
return response([
|
||||||
'data' => [
|
'data' => [
|
||||||
'isTelegram' => (int)config('v2board.telegram_bot_enable', 0),
|
'is_telegram' => (int)config('v2board.telegram_bot_enable', 0),
|
||||||
'stripePk' => config('v2board.stripe_pk_live'),
|
'stripe_pk' => config('v2board.stripe_pk_live'),
|
||||||
'withdraw_methods' => config('v2board.commission_withdraw_method', Dict::WITHDRAW_METHOD_WHITELIST_DEFAULT),
|
'withdraw_methods' => config('v2board.commission_withdraw_method', Dict::WITHDRAW_METHOD_WHITELIST_DEFAULT),
|
||||||
'withdraw_close' => (int)config('v2board.withdraw_close_enable', 0)
|
'withdraw_close' => (int)config('v2board.withdraw_close_enable', 0)
|
||||||
]
|
]
|
||||||
|
2
public/assets/user/umi.js
vendored
2
public/assets/user/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user