master
chentaisen 2024-08-25 18:39:25 +08:00
parent 7a6201bef2
commit 2408833016
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export function addRule(data) {
export function updateRule(data) {
return request({
url: '/rule/rule/update',
method: 'put',
method: 'post',
data: data
})
}