feature: close withdraw

This commit is contained in:
tokumeikoi
2021-02-03 19:17:32 +09:00
parent 2979003b6f
commit 77f6b3f289
9 changed files with 19 additions and 7 deletions

View File

@ -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' => [

View File

@ -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' => [