Commit bf0f6ad8 authored by clone's avatar clone

1

parent b61a0373
...@@ -65,11 +65,11 @@ class AccountBalance extends Basic ...@@ -65,11 +65,11 @@ class AccountBalance extends Basic
if (!$status && ($status != 1 || $status != 2)) { if (!$status && ($status != 1 || $status != 2)) {
return $this->response("101", "审核状态错误"); return $this->response("101", "审核状态错误");
} }
$id = $this->s_account_balance->check($id,$operator_id,$operator_name,$transfer_img,$status); $id = $this->s_account_balance->check($id, $operator_id, $operator_name, $transfer_img, $status);
if($id > 0){ if ($id > 0) {
return $this->response("200","success"); return $this->response("200", "success");
}else{ } else {
return $this->response("101","error"); return $this->response("101", "error");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment