src/api/smartor/smstemplet.js
@@ -4,8 +4,8 @@ export function listSmstemplet(query) { return request({ url: '/smartor/smstemplet/list', method: 'get', params: query method: 'post', data: query }) } @@ -20,7 +20,7 @@ // 新增短信模板 export function addSmstemplet(data) { return request({ url: '/smartor/smstemplet', url: '/smartor/smstemplet/add', method: 'post', data: data })