update: withdraw close

This commit is contained in:
tokumeikoi 2021-02-03 19:27:21 +09:00
parent 77f6b3f289
commit 2ba924e578
2 changed files with 3 additions and 3 deletions

View File

@ -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)
] ]

File diff suppressed because one or more lines are too long