feat: 飞书配置信息验证

This commit is contained in:
fit2cloud-chenyw 2023-12-04 16:25:29 +08:00
parent 0b2fc63f6d
commit 0cb2efd354
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0f7b7fcafa204cab4744cdbcc2667b72af9a78f9
Subproject commit 5f17adfa8c22d57003b2aab8dcfe37641081c15b

View File

@ -21,5 +21,6 @@ public interface LarkApi {
@PostMapping("/switchEnable")
void switchEnable(@RequestBody LarkEnableEditor editor);
@PostMapping("/validate")
void validate(@RequestBody LarkSettingCreator creator);
}