Commit 58970bfece6ef874cc329f4bcfd9256a6a3816cb

Authored by shiyang
1 parent 62101e1ead
Exists in master

update

Showing 1 changed file with 8 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/IndexController.java View file @ 58970bf
... ... @@ -28,6 +28,14 @@
28 28 baseResponse.setObject(rs);
29 29 return baseResponse;
30 30 }
  31 + /**
  32 + *
  33 + */
  34 + @GetMapping("getTkRecordStat")
  35 + public BaseResponse getTkRecordStat(){
  36 + BaseResponse baseResponse=new BaseResponse();
  37 + return baseResponse;
  38 + }
31 39  
32 40 }