update 幸运值90天限定为7天bug修改
This commit is contained in:
@@ -216,6 +216,8 @@ public class StompServiceImpl implements StompService {
|
||||
* @return
|
||||
*/
|
||||
public void customerCloseRoom(String userName){
|
||||
//目前配置只配置了一个客服,如果多个关闭消息,需同时发送多个客服
|
||||
System.out.println("当前配置的客服"+webSocketConfig.getDefaultCustomerEmail());
|
||||
messagingTemplate.convertAndSendToUser(
|
||||
webSocketConfig.getDefaultCustomerEmail(),
|
||||
Destination.QUEUE_CLOSE_ROOM + webSocketConfig.getDefaultCustomerEmail(),userName);
|
||||
|
||||
Reference in New Issue
Block a user