|
|
|
@@ -39,7 +39,7 @@ public class WxAppVisitSchedule { |
|
|
|
private FmOpenService openService; |
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 9 * * ? ") //早晨9点做一次,获取前一日,微信时间为GMT |
|
|
|
@Scheduled(cron = "0 0 9/1 * * ? ") //早晨9点开始每小时取一次,获取前一日,微信时间为GMT |
|
|
|
public void daliyVisitRetrive() { |
|
|
|
try { |
|
|
|
|
|
|
|
|