fix: 短信相关接口文件夹统一命名格式

This commit is contained in:
puhui999
2025-04-03 17:49:38 +08:00
parent d288cd6be2
commit bca7938c6f
12 changed files with 18 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { SystemSmsChannelApi } from '#/api/system/sms/smsChannel';
import type { SystemSmsChannelApi } from '#/api/system/sms/channel';
import { computed, ref } from 'vue';
@@ -12,7 +12,7 @@ import {
createSmsChannel,
getSmsChannel,
updateSmsChannel,
} from '#/api/system/sms/smsChannel';
} from '#/api/system/sms/channel';
import { $t } from '#/locales';
import { useFormSchema } from '../data';