Commit 91d9eb53 authored by hanfeng's avatar hanfeng

修改实名认证

parent 36d5fdae
...@@ -45,7 +45,7 @@ import java.util.*; ...@@ -45,7 +45,7 @@ import java.util.*;
@Service @Service
@Slf4j @Slf4j
public class CertificationService { public class CertificationService {
@Value("${}") @Value("${certification.frequency:2}")
private Integer FREQUENCY; private Integer FREQUENCY;
@Autowired @Autowired
private UserAuthentication authentication; private UserAuthentication authentication;
......
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