增加swagger注解

master
chenfei 2 years ago
parent c654ac5b4e
commit f1382d56aa

@ -131,6 +131,7 @@ public class AppController extends BaseController
@GetMapping(value = "/config/ai/refreshtime") @GetMapping(value = "/config/ai/refreshtime")
@Log(title = "获取AI结果刷新时间接口") @Log(title = "获取AI结果刷新时间接口")
@ApiOperation("获取AI结果刷新时间接口")
public AjaxResult getConfigKey() public AjaxResult getConfigKey()
{ {
String configKey="t.ai.refreshtime"; String configKey="t.ai.refreshtime";

Loading…
Cancel
Save