| 123456789101112 |
- <?php
- return [
- '无充值信息' => 'The system has not configured recharge information, please contact customer service',
- '无提现信息' => 'The system has not configured withdrawal information, please contact customer service',
- '完成' => 'Finish',
- '冻结' => 'Freeze',
- '驳回' => 'turn down',
- '取消' => 'Cancel',
- '提现手续费有误' => 'Withdrawal fee configuration is incorrect',
- '任务不足' => 'Insufficient tasks'
- ];
|