Commit d77ccbdc by songyinghui

feat: 数据统计

parent ef0566dc
...@@ -119,4 +119,9 @@ public class GroupMessageServiceTest { ...@@ -119,4 +119,9 @@ public class GroupMessageServiceTest {
ServiceResponse<QywxMomentRespDTO> serviceResponse = qywxSuiteApiService.queryQywxMomentList(qywxMomentInfoQDTO); ServiceResponse<QywxMomentRespDTO> serviceResponse = qywxSuiteApiService.queryQywxMomentList(qywxMomentInfoQDTO);
System.out.println(JSON.toJSONString(serviceResponse)); System.out.println(JSON.toJSONString(serviceResponse));
} }
@Test
public void queryMomentResult(){
}
} }
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