完善接口和后台页面
This commit is contained in:
@@ -12,7 +12,7 @@ return [
|
||||
'Please login first' => 'Please login first!',
|
||||
'You have no permission' => 'No permission to operate!',
|
||||
'Captcha error' => 'Captcha error!',
|
||||
'ok' => 'ok',
|
||||
'ok' => 'success',
|
||||
'Missing parameters' => 'Missing parameters',
|
||||
'Invalid parameter format' => 'Invalid parameter format',
|
||||
'Invalid parameter value' => 'Invalid parameter value',
|
||||
@@ -38,6 +38,14 @@ return [
|
||||
'Current process does not allow this operation' => 'Current process does not allow this operation',
|
||||
'Order does not exist' => 'Order does not exist',
|
||||
'Notice does not exist' => 'Notice does not exist',
|
||||
// Deposit / Withdraw
|
||||
'Idempotency key is too long' => 'Idempotency key is too long',
|
||||
'Idempotency key conflict' => 'Idempotency key conflict, please do not submit repeatedly',
|
||||
'Deposit tier not available' => 'The selected deposit tier is not available',
|
||||
'Order not found after settle' => 'Order not found after settlement',
|
||||
'Invalid withdraw amount' => 'Invalid withdraw amount',
|
||||
'Withdraw exceeds available bet flow' => 'The withdraw amount exceeds the available bet-flow quota',
|
||||
'Too many pending withdraw orders' => 'You already have withdraw orders under review, please wait for them to be processed',
|
||||
// Member center account
|
||||
'Data updated successfully~' => 'Data updated successfully~',
|
||||
'Password has been changed~' => 'Password has been changed~',
|
||||
|
||||
Reference in New Issue
Block a user