WXL
4 天以前 36d1334695a28fe6b49c1c7bb4bccb7f3ae5c443
src/api/smartor/smsparam.js
@@ -29,8 +29,8 @@
// 修改短信参数
export function updateSmsparam(data) {
  return request({
    url: '/smartor/smsparam',
    method: 'put',
    url: '/smartor/smsparam/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除短信参数
export function delSmsparam(paramid) {
  return request({
    url: '/smartor/smsparam/' + paramid,
    method: 'delete'
    url: '/smartor/smsparam/remove/' + paramid,
    method: 'get'
  })
}