对搜索返回的消息做中英双版本
This commit is contained in:
@@ -186,7 +186,7 @@ class Game extends MobileBase
|
||||
|
||||
$lock = GameHotDataRedis::userAdminMutationLockTry($userId);
|
||||
if (!$lock['acquired']) {
|
||||
return $this->mobileError(5000, '该用户正在被其他管理员操作(钱包/并发保存),请稍后再试');
|
||||
return $this->mobileError(5000, (string) __('This user is being operated by another admin (wallet/concurrent save); please try again later'));
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -223,7 +223,7 @@ class Game extends MobileBase
|
||||
]);
|
||||
if ($affected !== 1) {
|
||||
Db::rollback();
|
||||
return $this->mobileError(5000, '扣款失败:该用户余额已被其他请求修改(如下注、派彩或其他管理员已保存),请刷新后重试');
|
||||
return $this->mobileError(5000, (string) __('Debit failed: user balance changed by another request; please refresh and retry'));
|
||||
}
|
||||
|
||||
UserWalletRecord::create([
|
||||
|
||||
Reference in New Issue
Block a user