修改BUG
This commit is contained in:
@@ -267,3 +267,11 @@ export const getUserNoticeDetail = id => {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
/** 客服列表 */
|
||||
export const getUserServiceList = () => {
|
||||
return http({
|
||||
url: '/api/service/customerStaff/list',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user