增加测试账号id

Change-Id: I4c44fe148f6261ee42a2b33819693090d28a002d
This commit is contained in:
vguanyiwgd 2024-05-10 16:04:27 +08:00
parent 338f5a71ac
commit a6a6f1e94c
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class Recharge extends REST_Controller
'data' => array()
), REST_Controller::HTTP_OK);
}
if($this->user->company_id == 15 && !in_array($this->user->id, array(52728, 52727))){
if($this->user->company_id == 15 && !in_array($this->user->id, array(52728, 52727, 24708, 24712, 24717))){
$this->response(array(
'status' => 0,
'message' => '暂不能使用余额转移',