Commit 1d350802 authored by hezhen's avatar hezhen

123

parent f166c57b
...@@ -57,7 +57,7 @@ public class WeixinController { ...@@ -57,7 +57,7 @@ public class WeixinController {
* @param callback * @param callback
* @return * @return
*/ */
@GetMapping(value = "/userInfo") @GetMapping(value = "/app/unauth/userInfo")
public String getUserInformation(String code, String callback, HttpServletRequest request) { public String getUserInformation(String code, String callback, HttpServletRequest request) {
log.info("-----微信回调userInfo---code=="+code+"----redirec_url==="+callback); log.info("-----微信回调userInfo---code=="+code+"----redirec_url==="+callback);
if (StringUtils.isNotBlank(code)){ if (StringUtils.isNotBlank(code)){
......
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