编辑外链

This commit is contained in:
zhangyc
2022-11-08 15:09:34 +08:00
parent 1deb850749
commit c3de80a160
3 changed files with 216 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export const deleteLink = (obj) => http.post('/link/deleteLink', { params: obj }
})
//获取外链详细信息接口
export const getLink = (obj) => http.post('/link/getOne', { params: obj })
export const getLink = (obj) => http.post('/link/getOne', obj)
// 更新外链数据
export const updateLinks = (obj) => http.post('/link/updateLinks', obj, {