添加功能
This commit is contained in:
@@ -109,4 +109,15 @@ public class AnalysisJobDemandTreadController {
|
||||
public AjaxResult skillKeyword(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisJobDemandTreadService.skillKeyword(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisJobDemandTreadService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user