From a6a6f1e94caa974cb0e4d235c869357df0419d58 Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Fri, 10 May 2024 16:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c44fe148f6261ee42a2b33819693090d28a002d --- backstage/application/api/controllers/api/Recharge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage/application/api/controllers/api/Recharge.php b/backstage/application/api/controllers/api/Recharge.php index 795000a..9aef979 100644 --- a/backstage/application/api/controllers/api/Recharge.php +++ b/backstage/application/api/controllers/api/Recharge.php @@ -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' => '暂不能使用余额转移',