| 12345678910111213 |
- <?php
- return [
- 'Invalid parameters' => 'Invalid parameters',
- 'Please bind your superior first' => 'Please bind your superior first',
- 'The recommender cannot be yourself please re-bind to your superior' => 'The recommender cannot be yourself please re-bind to your superior',
- 'The invitation code is invalid, please manually bind your superior' => 'he invitation code is invalid, please manually bind your superior',
- 'Your account has been locked please contact customer service' => 'Your account has been locked please contact customer service。',
- 'The withdrawal amount must be greater than 0' => 'The withdrawal amount must be greater than 0',
- 'The withdrawal amount cannot be less than' => 'The withdrawal amount cannot be less than',
- 'Withdrawal failed, please contact customer service.' => 'Withdrawal failed, please contact customer service.',
- 'Signature verification failed' => 'ignature verification failed',
- ];
|