修改BUG

This commit is contained in:
cbb
2026-01-15 17:22:20 +08:00
parent 220b12e945
commit cfdc2ea7b0
24 changed files with 569 additions and 83 deletions

View File

@@ -267,3 +267,11 @@ export const getUserNoticeDetail = id => {
method: 'get'
})
}
/** 客服列表 */
export const getUserServiceList = () => {
return http({
url: '/api/service/customerStaff/list',
method: 'get'
})
}