mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 14:57:09 +08:00
refactor(system/sms): 更新短信配置和日志接口的 URL
- 修改 smsConfig.ts 中的 BASE_URL 为 '/system/sms/config' - 修改 smsLog.ts 中的 BASE_URL 为 '/system/sms/log'
This commit is contained in:
@@ -3,7 +3,7 @@ import http from '@/utils/http'
|
|||||||
|
|
||||||
export type * from './type'
|
export type * from './type'
|
||||||
|
|
||||||
const BASE_URL = '/system/smsConfig'
|
const BASE_URL = '/system/sms/config'
|
||||||
|
|
||||||
/** @desc 查询短信配置列表 */
|
/** @desc 查询短信配置列表 */
|
||||||
export function listSmsConfig(query: T.SmsConfigPageQuery) {
|
export function listSmsConfig(query: T.SmsConfigPageQuery) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import http from '@/utils/http'
|
|||||||
|
|
||||||
export type * from './type'
|
export type * from './type'
|
||||||
|
|
||||||
const BASE_URL = '/system/smsLog'
|
const BASE_URL = '/system/sms/log'
|
||||||
|
|
||||||
/** @desc 查询短信日志列表 */
|
/** @desc 查询短信日志列表 */
|
||||||
export function listSmsLog(query: T.SmsLogPageQuery) {
|
export function listSmsLog(query: T.SmsLogPageQuery) {
|
||||||
|
|||||||
Reference in New Issue
Block a user