diff --git a/backstage/application/api/controllers/api/Recharge.php b/backstage/application/api/controllers/api/Recharge.php index 0a3c993..795000a 100644 --- a/backstage/application/api/controllers/api/Recharge.php +++ b/backstage/application/api/controllers/api/Recharge.php @@ -359,6 +359,13 @@ 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))){ + $this->response(array( + 'status' => 0, + 'message' => '暂不能使用余额转移', + 'data' => array() + ), REST_Controller::HTTP_OK); + } $row = $this->Common_model->sql_get_one("select * from tb_account where supplier_id = {$zy_supplier_id} and type_id={$zy_type_id} and user_id = ".$this->user->id); if(!$row) {