|
@@ -102,7 +102,7 @@ public class TestController {
|
|
|
* @param response
|
|
|
* @return
|
|
|
*/
|
|
|
- @GetMapping(value = "/notifyMsg")
|
|
|
+ @RequestMapping(value = "/notifyMsg")
|
|
|
@ApiOperation("处理服务器推送消息")
|
|
|
public String checkSign(HttpServletRequest request, HttpServletResponse response) {
|
|
|
log.info("-----------进入---------");
|