| 12345678910111213 |
- <?php
- return [
- 'no_address'=>'Please enter the withdrawal address',
- 'no_pay_pass'=>'Please enter the payment password',
- 'no_money'=>'Please enter the withdrawal amount',
- 'max_money'=>'The withdrawal amount is illegal',
- 'max_num'=>'You have an outstanding withdrawal order',
- 'withdraw_yes'=>'Successful withdrawal application',
- 'address'=>'Illegal withdrawal address',
- 'no_sys'=>'LNDO currently does not support external address withdrawal',
- ];
|