|
|
|
@ -1,6 +1,6 @@ |
|
|
|
package com.xtong.zhbs.service; |
|
|
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
import javax.websocket.OnClose; |
|
|
|
import javax.websocket.OnMessage; |
|
|
|
@ -13,7 +13,7 @@ import java.io.IOException; |
|
|
|
* 客流接口 |
|
|
|
* websocket |
|
|
|
*/ |
|
|
|
@Service |
|
|
|
@Component |
|
|
|
@ServerEndpoint("/pl") |
|
|
|
public class WsPassFlowService { |
|
|
|
/** |
|
|
|
|