feat(系统管理-系统参数): 飞书配置

This commit is contained in:
fit2cloud-chenyw
2022-09-07 14:46:06 +08:00
parent 77e06997be
commit 0269eabcfe
11 changed files with 192 additions and 43 deletions

View File

@@ -114,9 +114,9 @@ export function dingtalkStatus() {
})
}
export function farkStatus() {
export function larkStatus() {
return request({
url: '/api/auth/isOpenFark',
url: '/api/auth/isOpenLark',
method: 'post'
})
}