WXL (wul)
2026-07-01 52fcab294f28efd0fb6fcacdd3bfd039fbc1d1a9
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
  })