微信公众号:关注取关事件
1.需求:关注取关发送用户消息
微信操作事件回调
回调地址需要在微信公众号配置
(1)controller
/**
* 微信操作事件回调
* @param request
* @return
*/
@RequestMapping(value = "/check", method = {RequestMethod.GET,RequestMethod.POST})
public void check(HttpServletRequest request
原创
2021-06-22 10:34:40 ·
1242 阅读 ·
1 评论