|
|
|
@@ -6,6 +6,7 @@ import java.util.Date; |
|
|
|
import java.util.HashMap;
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
import com.simple.enums.EnumAppType;
|
|
|
|
import org.apache.log4j.Logger;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.http.HttpEntity;
|
|
|
|
@@ -55,7 +56,7 @@ public class WxAppVisitSchedule { |
|
|
|
String yesterday = new SimpleDateFormat("yyyyMMdd").format(time);
|
|
|
|
// "wx8eb8275b78db4ede", "76c43df01296998d8ce12383f213ac10";
|
|
|
|
WxAppinfo appInfo = new WxAppinfo();
|
|
|
|
appInfo.setType(2);
|
|
|
|
appInfo.setType(EnumAppType.C.getCode());
|
|
|
|
PageInfo<WxAppinfo> page = WxAppinfoService.listAsPage(appInfo, 1, 10000);
|
|
|
|
for(WxAppinfo w :page.getList()) {
|
|
|
|
w.getAppId();
|
|
|
|
|