修改提现返回错误

This commit is contained in:
wucongxing 2023-08-10 15:23:00 +08:00
parent 9f8dd7c17c
commit 73eb50a478

View File

@ -339,7 +339,7 @@ class DoctorAccountService extends BaseService
if ($app_env != "dev"){ if ($app_env != "dev"){
// 正式环境高于300元才可以提现 // 正式环境高于300元才可以提现
if ($withdrawal_amount_total < 300){ if ($withdrawal_amount_total < 300){
return fail("提现金额小于300元"); return fail(HttpEnumCode::HTTP_ERROR,"提现金额小于300元");
} }
} }