Commit 8307da06 by Tang

feat: 修改定制服务接口

parent 5fa9a911
......@@ -34,12 +34,12 @@ const homeSmallImages = (params = {}) => {
// 获取定制服务
const customService = (params = {}) => {
return POST(`${Prefix}/office/userfunctionbinding/api/find`, params)
return POST(`${Prefix}/office/userfunctionbinding/authApi/find`, params)
}
// 更新定制服务
const updateCustomService = (params = {}) => {
return POSTFORM(`${Prefix}/office/userfunctionbinding/api/update`, params)
return POSTFORM(`${Prefix}/office/userfunctionbinding/authApi/update`, params)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment