feat: 飞书配置信息验证
This commit is contained in:
parent
0b2fc63f6d
commit
0cb2efd354
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
|||||||
Subproject commit 0f7b7fcafa204cab4744cdbcc2667b72af9a78f9
|
Subproject commit 5f17adfa8c22d57003b2aab8dcfe37641081c15b
|
||||||
@ -21,5 +21,6 @@ public interface LarkApi {
|
|||||||
|
|
||||||
@PostMapping("/switchEnable")
|
@PostMapping("/switchEnable")
|
||||||
void switchEnable(@RequestBody LarkEnableEditor editor);
|
void switchEnable(@RequestBody LarkEnableEditor editor);
|
||||||
|
@PostMapping("/validate")
|
||||||
|
void validate(@RequestBody LarkSettingCreator creator);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user