Commit 44a7bec0 authored by shiyu's avatar shiyu

获取jsticket2

parent b9999c78
......@@ -77,7 +77,7 @@ public class AdminDashbordServiceImpl implements AdminDashbordService {
String formattedDate = localDate.format(formatter);
DataPanelVo dataPanelVo = new DataPanelVo();
//查询小程序访问数据
Result result = wxAppletApi.getAccessData(formattedDate, formattedDate, 1);
Result result = wxAppletApi.getAccessData(formattedDate, formattedDate, null);
if (result.getSuccess()) {
Map<String, Integer> map = (Map<String, Integer>) result.getData();
dataPanelVo.setVisitNum(map.get("visitUv"));
......
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