public interface ICenterController
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Object> |
becomeServicer(javax.servlet.http.HttpSession httpSession)
成为客服
|
org.springframework.http.ResponseEntity<Object> |
escapeCenter(javax.servlet.http.HttpSession httpSession)
逃离中心
|
org.springframework.http.ResponseEntity<Object> |
getAllRequest(javax.servlet.http.HttpSession httpSession)
获取所有待接受的请求
|
org.springframework.http.ResponseEntity<Object> |
getAllServicer(javax.servlet.http.HttpSession httpSession)
获取所有客服
|
org.springframework.http.ResponseEntity<Object> |
getChatMsg(javax.servlet.http.HttpSession httpSession,
String uid)
获取该用户的 实时聊天记录
|
org.springframework.http.ResponseEntity<Object> |
isHaveNewRequest(javax.servlet.http.HttpSession httpSession)
查看是否有新的请求
|
org.springframework.http.ResponseEntity<Object> becomeServicer(javax.servlet.http.HttpSession httpSession)
httpSession
- org.springframework.http.ResponseEntity<Object> escapeCenter(javax.servlet.http.HttpSession httpSession)
httpSession
- org.springframework.http.ResponseEntity<Object> getAllServicer(javax.servlet.http.HttpSession httpSession)
httpSession
- org.springframework.http.ResponseEntity<Object> isHaveNewRequest(javax.servlet.http.HttpSession httpSession)
httpSession
- 需要验证此session是否为客服org.springframework.http.ResponseEntity<Object> getAllRequest(javax.servlet.http.HttpSession httpSession)
httpSession
- 需要验证此httpSession是否为客服Copyright © 2019. All rights reserved.