Vue3 重构:REVIEW 短信日志

This commit is contained in:
YunaiV
2023-03-24 23:07:51 +08:00
parent 2a3fe7d2bc
commit 6b194bb95f
17 changed files with 516 additions and 669 deletions

View File

@ -31,7 +31,7 @@ export const getSmsChannelPageApi = (params: SmsChannelPageReqVO) => {
}
// 获得短信渠道精简列表
export function getSimpleSmsChannels() {
export function getSimpleSmsChannelList() {
return request.get({ url: '/system/sms-channel/list-all-simple' })
}