|
|
@@ -250,6 +250,8 @@ func GetWithdrawCondition(user *model.User, setting *model.FinWithdrawSetting, i |
|
|
|
utils.Unserialize([]byte(setting.FirstWithdrawSet), &firstWithdrawSet) |
|
|
|
if firstWithdrawSet.IsNeedRealName == 0 { |
|
|
|
resp.IsNeedRealName = false |
|
|
|
resp.IsCanWithdraw = true |
|
|
|
resp.NotWithdrawReason = "" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|