修改提现返回错误
This commit is contained in:
parent
9f8dd7c17c
commit
73eb50a478
@ -339,7 +339,7 @@ class DoctorAccountService extends BaseService
|
||||
if ($app_env != "dev"){
|
||||
// 正式环境高于300元才可以提现
|
||||
if ($withdrawal_amount_total < 300){
|
||||
return fail("提现金额小于300元");
|
||||
return fail(HttpEnumCode::HTTP_ERROR,"提现金额小于300元");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user