|
@@ -12,8 +12,8 @@ class CommController extends Controller
|
|
|
{
|
|
|
return response([
|
|
|
'data' => [
|
|
|
- 'isTelegram' => (int)config('v2board.telegram_bot_enable', 0),
|
|
|
- 'stripePk' => config('v2board.stripe_pk_live'),
|
|
|
+ 'is_telegram' => (int)config('v2board.telegram_bot_enable', 0),
|
|
|
+ 'stripe_pk' => config('v2board.stripe_pk_live'),
|
|
|
'withdraw_methods' => config('v2board.commission_withdraw_method', Dict::WITHDRAW_METHOD_WHITELIST_DEFAULT),
|
|
|
'withdraw_close' => (int)config('v2board.withdraw_close_enable', 0)
|
|
|
]
|