From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交

---
 src/api/smartor/smstemplet.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/smartor/smstemplet.js b/src/api/smartor/smstemplet.js
index 9fce27f..b761845 100644
--- a/src/api/smartor/smstemplet.js
+++ b/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
   })

--
Gitblit v1.9.3