public interface IServicerManaService
Modifier and Type | Method and Description |
---|---|
double |
getMeScore(Servicer servicer)
获取此客服的评分
|
boolean |
isHaveNewMsg(Servicer servicer)
该客服是否还有新消息。
|
void |
setMeStatus(Servicer servicer,
int newStatus)
设置客服的状态
|
boolean isHaveNewMsg(Servicer servicer) throws Exception
servicer
- 客服Exception
void setMeStatus(Servicer servicer, int newStatus)
servicer
- 这个客服newStatus
- 新的状态,请使用客服状态接口定义号的变量double getMeScore(Servicer servicer)
servicer
- 这个客服,哈哈哈Copyright © 2019. All rights reserved.