@RestController
@RequestMapping(value="/testMsgPush")
public class TestMsgPushController
extends com.centit.framework.core.controller.BaseController
| Constructor and Description |
|---|
TestMsgPushController() |
| Modifier and Type | Method and Description |
|---|---|
com.centit.framework.common.ResponseData |
testPushMessage(javax.servlet.http.HttpServletResponse response) |
com.centit.framework.common.ResponseData |
testPushMessage(String userCode,
javax.servlet.http.HttpServletResponse response) |
void |
testPushStatus(String msgType,
String userCode,
String content,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/pushmsg/{userCode}",
method=GET)
public com.centit.framework.common.ResponseData testPushMessage(@PathVariable
String userCode,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/pushallmsg",
method=GET)
public com.centit.framework.common.ResponseData testPushMessage(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.