Commit be6999d5 by lixiaozhong

添加actionMapping,将websocket的服务写法模仿springmvc。提交一个示例

parent 4486058a
......@@ -63,7 +63,7 @@ public class WsTestAction {
* @param pMap
*/
@ActionMapping(value = "gogo")
public WsResponse<Boolean> groupChat(String reqId,
public WsResponse<Boolean> testMyDispatch(String reqId,
@RequestParam("hello") String nihao,
PushVO push,
ArrayList<PushVO> pList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment