reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -63,5 +63,5 @@ export function deleteSmsChannelList(ids: number[]) {
|
||||
|
||||
/** 导出短信渠道 */
|
||||
export function exportSmsChannel(params: any) {
|
||||
return requestClient.download('/system/sms-channel/export', { params });
|
||||
return requestClient.download('/system/sms-channel/export-excel', { params });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user