测试存入搜索历史记录

v1.4.1
Parker 4 years ago
parent 5ac3f2cbe9
commit 5c68f4c998

@ -60,7 +60,7 @@ public class SearchHisRestController {
@SearchHis(keys = {"test"})
@ApiOperation(value = "测试存入搜索历史记录", notes = "测试存入搜索历史记录")
@PostMapping("/testPutSearchHis")
public void getSearchHis(String test, HttpServletRequest request){
public void testPutSearchHis(String test, HttpServletRequest request){
}
}

Loading…
Cancel
Save