|
|
|
@ -29,7 +29,7 @@ public class SynchronizeCNPC { |
|
|
|
|
|
|
|
|
|
private static final String[] HEX_DIGITS = {"0" ,"1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"}; |
|
|
|
|
|
|
|
|
|
@Scheduled(cron="0 0/1 * * * ?") //每1分钟执行一次
|
|
|
|
|
//@Scheduled(cron="0 0/1 * * * ?") //每1分钟执行一次
|
|
|
|
|
public void certification() { |
|
|
|
|
Map<String, Object> tokenMap = new HashMap<>(); |
|
|
|
|
tokenMap.put("appId", "jsVpwDoHZfR2rrpjhA"); |
|
|
|
|