fix: UDM鉴权用户导入导出接口调整

This commit is contained in:
TsMask
2023-11-28 14:37:17 +08:00
parent dff94061e2
commit a41936a199
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ export function getSysConf() {
*/
export function transferHelpDoc(data: Record<string, any>) {
return request({
url: `/help-doc`,
url: `/helpDoc`,
method: 'post',
data,
});