WXL (wul)
昨天 d3c60e18b95b50751f8088fa2d23cd8ff7f173bc
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
  })