Merge branches 'dev_aliyun' and 'develop' of https://bdgit.educoder.net/Hjqreturn/educoder into develop

dev_home
杨树明 5 years ago
commit 4aade3ac24

@ -45,7 +45,7 @@ class LimitForbidControl::Base
end end
def remain_times def remain_times
allow_times - error_times allow_times.to_i - error_times
end end
def clear def clear

Loading…
Cancel
Save