mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
【增加】增加仓库分类
This commit is contained in:
@ -51,7 +51,12 @@ export const ChatRoleApi = {
|
||||
},
|
||||
|
||||
// 获取 my role
|
||||
getMyRole: async (params: ChatRolePageReqVO) => {
|
||||
getMyPage: async (params: ChatRolePageReqVO) => {
|
||||
return await request.get({ url: `/ai/chat-role/my-page`, params})
|
||||
},
|
||||
|
||||
// 获取角色分类
|
||||
getCategoryList: async () => {
|
||||
return await request.get({ url: `/ai/chat-role/category-list`})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user