|
@@ -15,7 +15,7 @@ public class AdminStatisticsController extends CertifyApiController {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private AdminStatisticsService adminStatisticsService;
|
|
private AdminStatisticsService adminStatisticsService;
|
|
|
|
|
|
|
|
- @RequestMapping(value = "/info", method = RequestMethod.POST)
|
|
|
|
|
|
|
+ @RequestMapping(value = "/info", method = RequestMethod.GET)
|
|
|
public Result info(String startTime,String endTime) {
|
|
public Result info(String startTime,String endTime) {
|
|
|
Result res =new Result();
|
|
Result res =new Result();
|
|
|
res.data(adminStatisticsService.info(startTime, endTime));
|
|
res.data(adminStatisticsService.info(startTime, endTime));
|