1.9K Star 4.1K Fork 2.3K

JEECG / jeewx

 / 详情

企业号管理WeixinCoreController.wechatGet(RequestMethod.GET) 貌似已经过时

已完成
创建于  
2017-03-08 17:26

微信企业号官方文档详细说明回调模式是以下四种 :
输入图片说明

但是代码却自动获取 corpid和appid 两个参数 这样会报错的

@RequestMapping(params="wechat", method = RequestMethod.GET)
	public void wechatGet(HttpServletRequest request,
			HttpServletResponse response,
			@RequestParam(value = "msg_signature") String msg_signature,
			@RequestParam(value = "timestamp") String timestamp,
			@RequestParam(value = "nonce") String nonce,
			@RequestParam(value = "echostr") String echostr,
			@RequestParam(value = "corpid") String corpid,
			@RequestParam(value = "appid") Integer appid) 

评论 (0)

不能自已 创建了任务
JEECG 关闭了任务

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
微信
1
https://gitee.com/jeecg/jeewx.git
git@gitee.com:jeecg/jeewx.git
jeecg
jeewx
jeewx

搜索帮助