初始化

master
法外狂徒张三 2024-09-09 16:30:23 +08:00
parent fe40961ec5
commit 727dba7137
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import request from '@/utils/request'
export function updbyid(data) { export function updbyid(data) {
return request({ return request({
url: '/market/apitype/standing/'+data, url: '/market/apitype/addUserRole/'+data,
method: 'post' method: 'post'
}) })
} }