1. 编写短信模板的前端

This commit is contained in:
YunaiV
2021-04-10 01:39:27 +08:00
parent 9f794ecb15
commit 73a2f4d84c
21 changed files with 181 additions and 58 deletions

View File

@ -42,3 +42,11 @@ export function getSmsChannelPage(query) {
params: query
})
}
// 获得短信渠道精简列表
export function getSimpleSmsChannels() {
return request({
url: '/system/sms-channel/list-all-simple',
method: 'get',
})
}