Commit 5365ef1e authored by shiyu's avatar shiyu

小程序分析数据获取

parent c2d7eae5
...@@ -112,6 +112,7 @@ public class WxAppletApi { ...@@ -112,6 +112,7 @@ public class WxAppletApi {
try { try {
String accessToken = wxLoginManager.getAccessToken(); String accessToken = wxLoginManager.getAccessToken();
String url = String.format(ACCESS_URL_MAP.get(key), accessToken); String url = String.format(ACCESS_URL_MAP.get(key), accessToken);
logger.info("获取小程序访问数据 URL :{}", url);
OkHttpUtil okHttpUtil = OkHttpUtil.builder().url(url); OkHttpUtil okHttpUtil = OkHttpUtil.builder().url(url);
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("begin_date", startTime); map.put("begin_date", startTime);
......
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