Commit ad63ee67 authored by hezhen's avatar hezhen

123

parent 1d350802
...@@ -60,7 +60,7 @@ public class WeixinController { ...@@ -60,7 +60,7 @@ public class WeixinController {
@GetMapping(value = "/app/unauth/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.isBlank(code)){
log.info("----code为空---"); log.info("----code为空---");
return String.format("code为空"); return String.format("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