diff --git a/src/apis/system/smsConfig.ts b/src/apis/system/smsConfig.ts index 3da508f..f79e4bb 100644 --- a/src/apis/system/smsConfig.ts +++ b/src/apis/system/smsConfig.ts @@ -3,7 +3,7 @@ import http from '@/utils/http' export type * from './type' -const BASE_URL = '/system/smsConfig' +const BASE_URL = '/system/sms/config' /** @desc 查询短信配置列表 */ export function listSmsConfig(query: T.SmsConfigPageQuery) { diff --git a/src/apis/system/smsLog.ts b/src/apis/system/smsLog.ts index 62e63ba..bc6588e 100644 --- a/src/apis/system/smsLog.ts +++ b/src/apis/system/smsLog.ts @@ -3,7 +3,7 @@ import http from '@/utils/http' export type * from './type' -const BASE_URL = '/system/smsLog' +const BASE_URL = '/system/sms/log' /** @desc 查询短信日志列表 */ export function listSmsLog(query: T.SmsLogPageQuery) {