mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
feature: close withdraw
This commit is contained in:
@ -55,7 +55,8 @@ return [
|
||||
'system_require_withdraw_limit' => 'The current required minimum withdrawal commission is: ¥:limitCNY',
|
||||
'ticket_subject' => '[Commission Withdrawal Request] This ticket is opened by the system',
|
||||
'ticket_create_failed' => 'Failed to open ticket',
|
||||
'ticket_message' => "Withdrawal method: :method\r\nPayment account: :account\r\n"
|
||||
'ticket_message' => "Withdrawal method: :method\r\nPayment account: :account\r\n",
|
||||
'not_support_withdraw' => 'Unsupported withdrawal'
|
||||
]
|
||||
],
|
||||
'plan' => [
|
||||
|
@ -55,7 +55,8 @@ return [
|
||||
'system_require_withdraw_limit' => '当前系统要求的最少提现佣金为:¥:limitCNY',
|
||||
'ticket_subject' => '[提现申请] 本工单由系统发出',
|
||||
'ticket_create_failed' => '工单创建失败',
|
||||
'ticket_message' => "提现方式::method\r\n提现账号::account\r\n"
|
||||
'ticket_message' => "提现方式::method\r\n提现账号::account\r\n",
|
||||
'not_support_withdraw' => '不支持提现'
|
||||
]
|
||||
],
|
||||
'plan' => [
|
||||
|
Reference in New Issue
Block a user