|
@@ -42,6 +42,9 @@ return [
|
|
|
HttpStatus::PAY_VERIFY_ERROR => 'PAY_VERIFY_ERROR',
|
|
HttpStatus::PAY_VERIFY_ERROR => 'PAY_VERIFY_ERROR',
|
|
|
HttpStatus::IM_SYSTEM_ERROR => 'Im system error',
|
|
HttpStatus::IM_SYSTEM_ERROR => 'Im system error',
|
|
|
'ok' => 'ok',
|
|
'ok' => 'ok',
|
|
|
- "迁移失败" => "Migration failed"
|
|
|
|
|
|
|
+ "迁移失败" => "Migration failed",
|
|
|
|
|
+ "可用余额不足,请重试" => "⚠️ Insufficient available balance, please try again.",
|
|
|
|
|
+ '提现不能少于100 RMB,请重试' => "⚠️ Withdrawal cannot be less than 100 RMB, please try again.",
|
|
|
|
|
+ "最多提现 49999 RMB,请重试" => "⚠️ Maximum withdrawal is 49999 RMB, please try again.",
|
|
|
|
|
|
|
|
];
|
|
];
|