Commit 891f36df authored by clone's avatar clone

1

parent d77917a8
......@@ -96,7 +96,7 @@ class AccountBalance extends Basic
$result = $this->s_account_balance->addCheck($user_id, $user_phone, $money, $user_name);
if ($result > 0) {
return $this->response("200", "success");
return $this->response("200", "申请已提交,等待后台审核");
}
return $this->response("101", "申请提现异常");
}
......
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